summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 2c14c50e2..bb90385aa 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -11,7 +11,7 @@ a {
}
a:hover {
- text-decoration : underline;
+ color : #5050aa;
}
a.button {
@@ -124,6 +124,15 @@ table.main td.content {
overflow : scroll;
}
+td.content a {
+ color : #5050aa;
+ text-decoration : none;
+}
+
+td.content a:hover {
+ text-decoration : underline;
+}
+
table.main td.notify {
height : 40px;
border-width : 1px 0px 0px 0px;