summaryrefslogtreecommitdiff
path: root/themes/light/zoom.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-11 14:32:15 +0300
committerAndrew Dolgov <[email protected]>2021-03-11 14:32:15 +0300
commit755072de9180880122b4629e49fa4d1fa4ca5e2a (patch)
treed3da8ff0f6d1c4ef9e36b89d7c46bcfed044ce67 /themes/light/zoom.less
parentde47082ca6a9b03929f946745de1434b1a8da8b7 (diff)
css cleanup, combined mode, fonts
Diffstat (limited to 'themes/light/zoom.less')
-rw-r--r--themes/light/zoom.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/light/zoom.less b/themes/light/zoom.less
index e599bc447..fd39e5b76 100644
--- a/themes/light/zoom.less
+++ b/themes/light/zoom.less
@@ -16,7 +16,7 @@ body.ttrss_zoom {
border: 0px solid @border-default;
border-bottom-width: 1px;
background : @default-bg;
- font-size : 12px;
+ font-size : @font-size-toolbar;
color : @default-text;
.row {
@@ -28,7 +28,7 @@ body.ttrss_zoom {
}
}
- div.content {
+ .content {
font-size : 15px;
line-height : 1.5;
border-width : 0;