From dfd7c2cebffdbcc3853ff16448b21f1d95da72f2 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Wed, 10 Dec 2008 12:15:42 +0100 Subject: Local CSS: Add blue color for headlines and links. --- local.css | 8 ++++++-- 1 file 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; +} -- cgit v1.2.3