trying another color set, revised, footer.

This commit is contained in:
Andrew Stowell
2022-05-28 20:59:37 -04:00
parent bb044c55dd
commit 1225f6a310
+3 -3
View File
@@ -1302,9 +1302,9 @@
/* Footer */
#footer {
background: #fafafa;
background: _palette(border-bg);
border-top: 0;
color: #c0c0c0;
color: _palette(fg);
overflow: hidden;
padding: 4em 0 2em 0;
@@ -1314,7 +1314,7 @@
padding: 0;
li {
border-left: solid 1px #d4d4d4;
border-left: solid 1px _palette(fg-bold);
display: inline-block;
font-size: 0.8em;
margin-left: 1em;