summaryrefslogtreecommitdiff
path: root/themes/compact.less
blob: d9a7a8ee1f57bf5074608b59139050b31b306dde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
@import "../css/default.css";

body.ttrss_main.ttrss_index.flat {

  .dijitMenu .dijitMenuItemLabel,
  .content-inner,
  #content-insert,
  .cdm .content,
  .post .content {
    font-size : 12px ! important;
  }

  div[id*=RROW] {
    i {
      font-size: 18px;
    }
  }

  .hl,
  .post .header .title,
  #floatingTitle a.title,
  .cdm .title {
    font-size : 13px ! important;
  }


}