trying another color set, revised, footer.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user