aboutsummaryrefslogtreecommitdiffstats
path: root/stylus/readthedocs.css
blob: 51442e1e1a6d0d7f878f821c898c0dc6caca8221 (plain) (blame)
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
28
29
30
31
32
@-moz-document domain("readthedocs.io") {
  #configurations-and-zone-files {
    background: #121212;
  }

  .wy-nav-side {
    background: #121212;
  }

  .wy-nav-content-wrap {
    background: #121212;
  }

  .wy-menu {
    background: #121212;
  }

  html.writer-html5.TridactylThemeDark
    body.wy-body-for-nav
    div.wy-grid-for-nav
    nav.wy-nav-side {
    background: #121212;
  }

  .rst-content {
    background: #121212;
  }

  .wy-nav-content {
    background: #121212;
  }
}