summaryrefslogtreecommitdiff
path: root/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 /css
parent38b43cd55911ce707117b56f1b106cdd3ea7e6e4 (diff)
fix hr colors for dark theme, don't use hardcoded rgb value in light theme
Diffstat (limited to 'css')
-rw-r--r--css/prefs.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/prefs.less b/css/prefs.less
index 6eb6ecd0e..7b187e584 100644
--- a/css/prefs.less
+++ b/css/prefs.less
@@ -128,7 +128,7 @@ body.ttrss_prefs {
}
hr {
- border-color : #ecf4ff;
+ border-color : @border-default;
max-width : 100%;
}