From 9bf22e5e13eb15ecfb5dd1fd706cbfd6aee6d8a1 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Sun, 10 Apr 2016 23:42:03 +0200 Subject: [PATCH] Brighter headers. The headers were to dark to be visible thru the mirror. --- css/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/main.css b/css/main.css index c5ef1cc7..91c543d6 100644 --- a/css/main.css +++ b/css/main.css @@ -21,7 +21,7 @@ body { */ .dimmed { - color: #555; + color: #666; } .normal { @@ -91,11 +91,11 @@ header { font-size: 15px; font-family: "Roboto Condensed"; font-weight: 400; - border-bottom: 1px solid #333; + border-bottom: 1px solid #666; line-height: 0.35em; padding-bottom: 10px; margin-bottom: 10px; - color: #666; + color: #999; } sup {