1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:25:59 +00:00

make some colors between non/cdm modes more consistent

This commit is contained in:
Andrew Dolgov
2018-12-06 18:44:30 +03:00
parent 369bac525b
commit 544b5049b4
8 changed files with 23 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
body.ttrss_prefs {
background-color : #f5f5f5;
background-color : @color-panel-bg;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
@@ -17,7 +17,7 @@ body.ttrss_prefs {
}
#footer {
background-color : #f5f5f5;
background-color : @color-panel-bg;
font-size : 13px;
border : 0px;
text-align : center;