From 59c66566adec4e057adbfb2c3468c97dbc0a1a10 Mon Sep 17 00:00:00 2001 From: "M. Taylor Saotome-Westlake" Date: Mon, 5 Sep 2016 16:17:05 -0700 Subject: [PATCH 1/1] link hover color should be more pink than lavender --- theme/static/css/main.css | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/theme/static/css/main.css b/theme/static/css/main.css index f60ca7d..909a71c 100644 --- a/theme/static/css/main.css +++ b/theme/static/css/main.css @@ -1,12 +1,3 @@ -/* -Colors : -- #40403F -- #4D4D4C -- #7F7F7E -- #E5E5E3 -- #F0F0F0 -*/ - /* Imports */ @import url("pygment.css"); @@ -150,8 +141,8 @@ a { a:hover, a:active { text-decoration: none; - border-bottom: 1px dotted #A070A0; - color: #A070A0; + border-bottom: 1px dotted #C07095; + color: #C07095; } .literal { -- 2.17.1