summaryrefslogtreecommitdiff
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
parent65ef7875721c9c4689d01ec9206f689dd8a20ee8 (diff)
reader.css: use updated link colors
-rw-r--r--css/reader.css5
-rw-r--r--themes/gray.css8
2 files changed, 2 insertions, 11 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;
}
-
diff --git a/themes/gray.css b/themes/gray.css
index 31913ed..6f8f7ed 100644
--- a/themes/gray.css
+++ b/themes/gray.css
@@ -3,14 +3,6 @@ body, .loading, html:-webkit-full-screen {
color : #424242;
}
-body a {
- color : #22b9b2;
-}
-
-body a:hover {
- color : #28d7cf;
-}
-
body .header,
body .footer {
color : #B85C57;