From ad0a9c02e5255fe9aa37ebdd12b87dc87efa7497 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 28 Feb 2020 14:48:48 +0300 Subject: move default (light) theme LESS source to a more appropriate place add compact_dark theme variant --- themes/compact_base.less | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 themes/compact_base.less (limited to 'themes/compact_base.less') diff --git a/themes/compact_base.less b/themes/compact_base.less new file mode 100644 index 000000000..3fbdefee2 --- /dev/null +++ b/themes/compact_base.less @@ -0,0 +1,31 @@ +/* rules specific to compact.css */ + +body.ttrss_main.ttrss_index.flat { + + #feedTree.dijitTree .dijitTreeLabel { + font-size : 13px ! important; + } + + .dijitMenu .dijitMenuItemLabel, + .content-inner, + #content-insert, + .cdm .content, + .post .content { + font-size : 12px ! important; + } + + div[id*=RROW] { + i.material-icons { + font-size: 18px; + } + } + + .hl, + .post .header .title, + #floatingTitle a.title, + .cdm .title { + font-size : 13px ! important; + } + + +} -- cgit v1.2.3