From e107cee304a5d1e9c2ebdd822c521cef0f8fae83 Mon Sep 17 00:00:00 2001 From: Stuart Longland Date: Sun, 13 Mar 2016 08:26:19 +1000 Subject: [PATCH] example: Brighten the links a bit --- example/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/style.css b/example/style.css index b6328ab..676c38a 100644 --- a/example/style.css +++ b/example/style.css @@ -5,7 +5,7 @@ body { } a { - color: #00f; + color: #0cf; } div.entry.border { @@ -48,7 +48,7 @@ h1.entry.header.title a { } h1.entry.header.title a:hover { - color: #00f; + color: #0cf; } h1.entry.header.title a:active {