diff options
author | Siri Reiter <siri@jones.dk> | 2008-10-22 15:50:38 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-02-27 19:23:33 +0100 |
commit | a0969f9d4fc2dac1fe0b543db5dae3efb7f419ee (patch) | |
tree | fa6c890a36cad31830a9056826509b54f1be7df1 /local.css | |
parent | 00916dabc7e5d5fdaf83339b716a6f8e57959c63 (diff) |
White links in topbar.
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; |