From a95b7e9094e2ddcbe55c33f7b3e9c18f4bb5e974 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 6 Jul 2017 19:06:55 +0300 Subject: unify link colors for reader iframe and main UI --- css/reader.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 css/reader.css (limited to 'css') 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; +} + -- cgit v1.2.3