From dd89d9cd0f424845917c5c55f185e55ae0f72577 Mon Sep 17 00:00:00 2001 From: "M. Taylor Saotome-Westlake" Date: Mon, 5 Sep 2016 16:09:21 -0700 Subject: [PATCH] color tweaks --- theme/static/css/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/theme/static/css/main.css b/theme/static/css/main.css index 9dcadd0..f60ca7d 100644 --- a/theme/static/css/main.css +++ b/theme/static/css/main.css @@ -41,7 +41,7 @@ body { } header { - background-color: #101030; + background-color: #101010; height: 50px; line-height: 50px; padding: 0 1em; @@ -150,8 +150,8 @@ a { a:hover, a:active { text-decoration: none; - border-bottom: 1px dotted #4271AE; - color: #4271AE; + border-bottom: 1px dotted #A070A0; + color: #A070A0; } .literal { -- 2.17.1