1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

fix hr colors for dark theme, don't use hardcoded rgb value in light theme

This commit is contained in:
Andrew Dolgov
2020-02-25 13:25:55 +03:00
parent 38b43cd559
commit 671a2a0275
10 changed files with 20 additions and 9 deletions
+1 -1
View File
@@ -1577,7 +1577,7 @@ body.ttrss_prefs .prefErrorLog tr .timestamp {
color: #555;
}
body.ttrss_prefs hr {
border-color: #ecf4ff;
border-color: #ddd;
max-width: 100%;
}
body.ttrss_prefs .phpinfo table {