22 lines
424 B
Text
22 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;
|
||
|
}
|
||
|
}
|