summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-25 16:52:22 +0300
committerAndrew Dolgov <[email protected]>2018-12-25 16:52:22 +0300
commitb5a23ba421537ee39d977659b8f2b0ba09a13e9d (patch)
tree2314c9749f3ab502f509279eb997bac15e656f82 /css
parent65ef7875721c9c4689d01ec9206f689dd8a20ee8 (diff)
reader.css: use updated link colors
Diffstat (limited to 'css')
-rw-r--r--css/reader.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/css/reader.css b/css/reader.css
index 572a02e..a9f707e 100644
--- a/css/reader.css
+++ b/css/reader.css
@@ -1,5 +1,5 @@
a {
- color : #337ab7;
+ color : #007d71;
text-decoration : none;
}
@@ -9,7 +9,6 @@ a:visited {
a:hover,
a:focus {
- color: #23527c;
+ color: #00302c;
text-decoration: underline;
}
-