From 27d39f6b4c152e4ed7c31d191ef3c4e42aabdcd6 Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Wed, 4 Sep 2019 00:59:55 +0200 Subject: [PATCH] Update style --- source/_static/custom.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/source/_static/custom.css b/source/_static/custom.css index cfbd2a1..65ec6d4 100644 --- a/source/_static/custom.css +++ b/source/_static/custom.css @@ -28,16 +28,14 @@ font-family: andale; } -.t-sidebar a, .t-sidebar li > a { - color: #a9e35a; -} .t-sidebar h1, .t-sidebar h2, .t-sidebar h3, -.t-sidebar h1 > a, .t-sidebar h2 > a, .t-sidebar h3 > a { +.t-sidebar h1 > a, .t-sidebar h2 > a, .t-sidebar h3 > a, +.t-sidebar a { color: #efefef; } .t-sidebar a:hover, .t-sidebar li > a:hover { - color: #efefef; + text-decoration: underline; } #searchbox .input-group > button {