summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
+}