summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 267e112d3..f1580b033 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1697,3 +1697,17 @@ div.autocomplete ul li {
#feedOpToolbar {
float : right;
}
+
+div.topLinks {
+ float : right;
+ margin-right : 5px;
+ color : gray;
+}
+
+div.topLinks a {
+ color : #4684ff;
+}
+
+div.topLinks a:hover {
+ color : black;
+}