File: custom.css

package info (click to toggle)
lexicon 3.21.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 72,684 kB
  • sloc: python: 20,075; sh: 94; makefile: 11
file content (16 lines) | stat: -rw-r--r-- 235 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
:root[data-mode=light] .only-dark {
    display: none;
}

:root[data-mode=dark] .only-light,
:root[data-mode=darker] .only-light {
    display: none;
}

div.document {
    margin-left: 10rem;
}

div#right_sidebar {
    width: 20rem;
}