From 755072de9180880122b4629e49fa4d1fa4ca5e2a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 11 Mar 2021 14:32:15 +0300 Subject: css cleanup, combined mode, fonts --- themes/light/zoom.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/light/zoom.less') 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; -- cgit v1.2.3