Update styles.css

tweaking header background to avoid white on white
This commit is contained in:
Chris
2024-02-09 18:12:01 -08:00
committed by GitHub
parent 14d5fafb4c
commit f366c923db
@@ -10442,7 +10442,7 @@ aside.sidebar {
display: block;
font-family: "IntelClear-Regular", Helvetica, Arial, sans-serif;
font-size: 16px;
background: #ffffff;
background: lightsteelblue;
}
#header > .container {