1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 03:05:55 +00:00
Files
tt-rss/themes/compact_base.less
Andrew Dolgov ad0a9c02e5 move default (light) theme LESS source to a more appropriate place
add compact_dark theme variant
2020-02-28 14:48:48 +03:00

32 lines
488 B
Plaintext

/* 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;
}
}