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