summaryrefslogtreecommitdiff
path: root/themes/compact.less
diff options
context:
space:
mode:
Diffstat (limited to 'themes/compact.less')
-rw-r--r--themes/compact.less35
1 files changed, 2 insertions, 33 deletions
diff --git a/themes/compact.less b/themes/compact.less
index 7a914c65c..2159d46a6 100644
--- a/themes/compact.less
+++ b/themes/compact.less
@@ -1,33 +1,2 @@
-@import "../css/default_base.less";
-
-/* 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;
- }
-
-
-}
+@import "light/light_base.less";
+@import "compact_base.less";