summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2008-12-10 12:15:42 +0100
committerSiri Reiter <siri@jones.dk>2008-12-10 12:15:42 +0100
commitdfd7c2cebffdbcc3853ff16448b21f1d95da72f2 (patch)
tree4173526dd87b0f49dc2874e3da3d627cced845de
parent312d2e9443f7fac800ff20851d8fc66431382e91 (diff)
Local CSS: Add blue color for headlines and links.
-rw-r--r--local.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/local.css b/local.css
index a0dec8cf..4aa3f4da 100644
--- a/local.css
+++ b/local.css
@@ -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;
+}