Add default background colour for old browsers

Specifically, for those who don't support CSS var()
This commit is contained in:
Hippo 2019-09-30 18:55:18 +05:30
parent ed5f5adb08
commit 34eee31537

View file

@ -1073,6 +1073,7 @@ h6 {
padding: 20px 0 40px 0;
color: rgba(255,255,255,0.7);
font-size: 1.3rem;
background: black;
background: var(--color-base);
}