summaryrefslogtreecommitdiffstats
path: root/.conkerorrc/styles/help.less
blob: 339d7faec8f2e58804c6c0a398ad34f0d9d20265 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@import "base";

@-moz-document url("chrome://conkeror-help/content/help.html") {
    body {
        background: @background !important;
        color: @aluminium-1 !important;
    }

    a {
        color: @orange-1 !important;

        &:visited {
            color: @plum-1 !important;
        }
    }

    pre, .key {
        background: @aluminium-5 !important;
        font-family: @monospace-font !important;
    }
}