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

21 lines
424 B
Text

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