diff --git a/tt-rss.css b/tt-rss.css
index d977d457..18cdf10b 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1721,3 +1721,8 @@ div.topLinks a {
div.topLinks a:hover {
color : black;
}
+
+div.topLinks a.feedback {
+ color : red;
+}
+
diff --git a/tt-rss.php b/tt-rss.php
index c20918c4..fee534a8 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -109,6 +109,11 @@ window.onload = init;
+
+ |
+
+
+
|