summaryrefslogtreecommitdiff
path: root/themes/light.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/light.css
parent38b43cd55911ce707117b56f1b106cdd3ea7e6e4 (diff)
fix hr colors for dark theme, don't use hardcoded rgb value in light theme
Diffstat (limited to 'themes/light.css')
-rw-r--r--themes/light.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/light.css b/themes/light.css
index 8f1542735..f8f8b65ce 100644
--- a/themes/light.css
+++ b/themes/light.css
@@ -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 {