summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-02-25 13:25:55 +0300
committerAndrew Dolgov <[email protected]>2020-02-25 13:25:55 +0300
commit671a2a0275f78de62eff184238c1f5c5e01edc99 (patch)
tree48dc474a037bb443f073924d2487e4bd5de5f6b5 /themes/night.css
parent38b43cd55911ce707117b56f1b106cdd3ea7e6e4 (diff)
fix hr colors for dark theme, don't use hardcoded rgb value in light theme
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/themes/night.css b/themes/night.css
index 0a84bd151..b6c7852ae 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -1578,7 +1578,7 @@ body.ttrss_prefs .prefErrorLog tr .timestamp {
color: #ccc;
}
body.ttrss_prefs hr {
- border-color: #ecf4ff;
+ border-color: #222;
max-width: 100%;
}
body.ttrss_prefs .phpinfo table {
@@ -2182,4 +2182,7 @@ body.flat.ttrss_main .alert {
background: #222;
border-color: #664518;
}
+body.ttrss_prefs hr {
+ border-color: #666;
+}
/*# sourceMappingURL=night.css.map */ \ No newline at end of file