summaryrefslogtreecommitdiff
path: root/css/zoom.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-12-10 22:51:39 +0300
committerAndrew Dolgov <[email protected]>2017-12-10 22:51:39 +0300
commit4d10b4abcac22ef64658eedccefe6b7f8a496fe8 (patch)
tree213d8d7cceec4c78a77729179c0774378c3f1ccb /css/zoom.less
parent1c1fc171203835410d82f3f895a28b0751cbcaa6 (diff)
merge login form css into default.css
update more hardcoded colors to use @color-accent update @color-accent
Diffstat (limited to 'css/zoom.less')
-rw-r--r--css/zoom.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/zoom.less b/css/zoom.less
index fc6432d06..18d80f922 100644
--- a/css/zoom.less
+++ b/css/zoom.less
@@ -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;