summaryrefslogtreecommitdiffstats
path: root/.conkerorrc/styles/help.less
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-11-03 21:21:21 +0100
committerGravatar Tom Willemse2013-11-03 21:21:21 +0100
commit5c6cd059e8395d7f24d4b199e59c8c2f562dc438 (patch)
tree2e108e0724b5f5248de11c515312fa8c7c04ab4c /.conkerorrc/styles/help.less
parentcca8771d855a3c8ba67bcb43a45967d9e4b6dd15 (diff)
downloaddotfiles-5c6cd059e8395d7f24d4b199e59c8c2f562dc438.tar.gz
dotfiles-5c6cd059e8395d7f24d4b199e59c8c2f562dc438.zip
New stow hierarchy
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;
- }
-}