diff options
author | Siri Reiter <siri@jones.dk> | 2008-12-10 12:15:42 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2008-12-10 12:15:42 +0100 |
commit | dfd7c2cebffdbcc3853ff16448b21f1d95da72f2 (patch) | |
tree | 4173526dd87b0f49dc2874e3da3d627cced845de | |
parent | 312d2e9443f7fac800ff20851d8fc66431382e91 (diff) |
Local CSS: Add blue color for headlines and links.
-rw-r--r-- | local.css | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ -/* ikiwiki local style sheet */ +h1, h2, h3, h4, h5, h6 { + color: #00f; +} -/* Add local styling here, instead of modifying style.css. */ +a:hover { + color: #00f; +} |