aboutsummaryrefslogtreecommitdiffstats
path: root/stylus/cowmail_dockerized_docs.css
blob: 4212d8a2161e96b0d8cadc2e181cea9f04040444 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@-moz-document domain("docs.mailcow.email") {
  img {
    filter: sepia(1) brightness(0.5) contrast(1) saturate(0.6);
  }

  img:hover {
    filter: none;
  }

  .md-main__inner {
    max-width: 90%;
    width: 90%;
  }

  body {
    font-size: 20px;
  }
}