legacy-dotfiles/conkeror/.conkerorrc/styles/git-scm.less
2013-11-03 21:21:21 +01:00

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;
}
}
}