fix hr colors for dark theme, don't use hardcoded rgb value in light theme
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user