mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-03 15:39:15 +00:00
fix hr colors for dark theme, don't use hardcoded rgb value in light theme
This commit is contained in:
@@ -128,7 +128,7 @@ body.ttrss_prefs {
|
||||
}
|
||||
|
||||
hr {
|
||||
border-color : #ecf4ff;
|
||||
border-color : @border-default;
|
||||
max-width : 100%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user