Add default background colour for old browsers
Specifically, for those who don't support CSS var()
This commit is contained in:
parent
ed5f5adb08
commit
34eee31537
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue