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, 0 insertions, 21 deletions
diff --git a/.conkerorrc/styles/help.less b/.conkerorrc/styles/help.less
deleted file mode 100644
index 339d7fa..0000000
--- a/.conkerorrc/styles/help.less
+++ /dev/null
@@ -1,21 +0,0 @@
-@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;
- }
-}