summaryrefslogtreecommitdiffstats
path: root/.conkerorrc/styles/help.css
blob: 03888b6820919adcd4361907f98b1707798b7970 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@-moz-document url(chrome://conkeror-help/content/help.html) {
    body {
        background: #111113 !important;
        color: #eeeeec !important;
    }

    a {
        color: #ffbb56 !important;
    }

    a:visited {
        color: #ee82ee !important;
    }

    pre, .key {
        background: #222224 !important;
        font-family: "Envy Code R" !important;
    }
}