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, 7 insertions, 4 deletions
diff --git a/tt-rss.css b/tt-rss.css
index bcd2712cb..d2a4afadd 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -62,11 +62,11 @@ table.main td.footer {
background-position : top left;
background-repeat : repeat-x;
background-color : white;
- color : black;
+ color : gray;
}
table.main td.footer a {
- color : black;
+ color : gray;
}
table.main td.footer a:hover {
@@ -1198,7 +1198,11 @@ table.loginForm2 .loginBottom {
}
table.loginForm2 .loginBottom a {
- color : #909090;
+ color : gray;
+}
+
+table.loginForm2 .loginBottom a:hover {
+ color : #4684ff;
}
table.loginForm2 .loginError {
@@ -1210,4 +1214,3 @@ table.loginForm2 .innerLoginCell {
padding-top : 0.5em;
}
-