diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2020-02-25 13:25:55 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2020-02-25 13:25:55 +0300 |
| commit | 671a2a0275f78de62eff184238c1f5c5e01edc99 (patch) | |
| tree | 48dc474a037bb443f073924d2487e4bd5de5f6b5 /themes/night_base.less | |
| parent | 38b43cd55911ce707117b56f1b106cdd3ea7e6e4 (diff) | |
fix hr colors for dark theme, don't use hardcoded rgb value in light theme
Diffstat (limited to 'themes/night_base.less')
| -rw-r--r-- | themes/night_base.less | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/night_base.less b/themes/night_base.less index fcc81fdc9..1a838fb4c 100644 --- a/themes/night_base.less +++ b/themes/night_base.less @@ -328,3 +328,8 @@ body.flat.ttrss_main { } +body.ttrss_prefs { + hr { + border-color : @border-light; + } +} |