From 9ad30ca5b7a760f89be8cb1d3095a2e8ab8d7d3e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 28 Sep 2020 12:29:21 +0300 Subject: night theme: use proper link colors --- themes/night.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/night.css b/themes/night.css index 2c3b816..0d4c7be 100644 --- a/themes/night.css +++ b/themes/night.css @@ -3,6 +3,10 @@ body, .loading, html:-webkit-full-screen { color : #ccc; } +body a, a:hover { + color : #00bdaa; +} + body .modal { color : #333; } -- cgit v1.2.3