summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-09-28 12:29:21 +0300
committerAndrew Dolgov <[email protected]>2020-09-28 12:29:21 +0300
commit9ad30ca5b7a760f89be8cb1d3095a2e8ab8d7d3e (patch)
tree1648efffcc57075723065ab8e5268e04655cf760
parentb9744691ba21e5113f8ae1ef74e7000b83d93c2c (diff)
night theme: use proper link colors
-rw-r--r--themes/night.css4
1 files changed, 4 insertions, 0 deletions
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;
}