1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-07 00:29:15 +00:00

merge login form css into default.css

update more hardcoded colors to use @color-accent
update @color-accent
This commit is contained in:
Andrew Dolgov
2017-12-10 22:51:39 +03:00
parent 1c1fc17120
commit 4d10b4abca
8 changed files with 134 additions and 138 deletions

View File

@@ -76,7 +76,7 @@ body.ttrss_zoom {
blockquote {
margin : 5px 0px 5px 0px;
color : #555;
color : @default-text;
padding-left : 10px;
border: 0px solid #ccc;
border-left-width: 4px;
@@ -91,7 +91,7 @@ body.ttrss_zoom {
pre {
margin : 5px 0px 5px 0px;
padding : 10px;
color : #555;
color : @default-text;
font-family : monospace;
font-size : 12px;
border: 0px solid #ccc;