summaryrefslogtreecommitdiffstats
path: root/.conkerorrc/styles/help.less
diff options
context:
space:
mode:
Diffstat (limited to '.conkerorrc/styles/help.less')
-rw-r--r--.conkerorrc/styles/help.less21
1 files changed, 21 insertions, 0 deletions
diff --git a/.conkerorrc/styles/help.less b/.conkerorrc/styles/help.less
new file mode 100644
index 0000000..339d7fa
--- /dev/null
+++ b/.conkerorrc/styles/help.less
@@ -0,0 +1,21 @@
+@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;
+ }
+}