summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
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;
+}
+