18 lines
411 B
Text
18 lines
411 B
Text
@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;
|
|
}
|
|
}
|
|
}
|