From e52c69a3c1339f027833ee42f6022eab2582199e Mon Sep 17 00:00:00 2001 From: Vivek R Date: Tue, 22 Oct 2019 19:49:22 +0530 Subject: fix: anchor text color for dark theme --- images/screenshot-dark.png | Bin 100412 -> 49810 bytes images/screenshot-light.png | Bin 108546 -> 55326 bytes static/css/dark.css | 6 ++++++ 3 files changed, 6 insertions(+) diff --git a/images/screenshot-dark.png b/images/screenshot-dark.png index b02a39d..cb61246 100644 Binary files a/images/screenshot-dark.png and b/images/screenshot-dark.png differ diff --git a/images/screenshot-light.png b/images/screenshot-light.png index e77ae6a..2b161d5 100644 Binary files a/images/screenshot-light.png and b/images/screenshot-light.png differ diff --git a/static/css/dark.css b/static/css/dark.css index b8d59fa..6841161 100644 --- a/static/css/dark.css +++ b/static/css/dark.css @@ -26,6 +26,12 @@ h1,h2,h3,h4,h5,h6 { } a,a:hover { + color: #ff7979; + text-decoration: none; +} + +.site-description a, +.site-description a:hover { color: #ddd; text-decoration: underline; } -- cgit v1.2.3