summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-07-06 19:06:55 +0300
committerAndrew Dolgov <[email protected]>2017-07-06 19:06:55 +0300
commita95b7e9094e2ddcbe55c33f7b3e9c18f4bb5e974 (patch)
treeb2e4409c3b1d8514ceceef5a850a17bb9f74e3be /css
parentf08cba86da748f48678cc7b2993228f62e50327c (diff)
unify link colors for reader iframe and main UI
Diffstat (limited to 'css')
-rw-r--r--css/reader.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/css/reader.css b/css/reader.css
new file mode 100644
index 0000000..84c9b85
--- /dev/null
+++ b/css/reader.css
@@ -0,0 +1,15 @@
+a {
+ color : #337ab7;
+ text-decoration : none;
+}
+
+a:visited {
+ text-decoration: underline;
+}
+
+a:hover,
+a:focus {
+ color: #23527c;
+ text-decoration: underline;
+}
+