summaryrefslogtreecommitdiffstats
path: root/.conkerorrc/styles/git-scm.less
blob: d69a97d4c72b76d273eeb4e107594019e4526509 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@import "base";

@-moz-document domain(git-scm.com) {
    .book#main {
        background: @background !important;
        color: @aluminium-1 !important;

        code, pre {
            background: @aluminium-6 !important;
            color: @aluminium-2 !important;
            font-family: @monospace-font !important;
        }

        &, code, pre {
            border: none !important;
        }
    }
}