diff options
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2,6 +2,7 @@ /* Add local styling here, instead of modifying style.css. */ + .header { background-color: green; color: white; @@ -32,6 +33,12 @@ div#topbar ol li { margin-bottom: 0; } +div#topbar a, +div#topbar a:hover, +div#topbar a:visited { + color: white; +} + div#pageinfo { margin: 15em 0 0; padding: 2px 20px; |