summaryrefslogtreecommitdiffstats
path: root/.conkerorrc/styles/help.css
diff options
context:
space:
mode:
Diffstat (limited to '.conkerorrc/styles/help.css')
-rw-r--r--.conkerorrc/styles/help.css19
1 files changed, 0 insertions, 19 deletions
diff --git a/.conkerorrc/styles/help.css b/.conkerorrc/styles/help.css
deleted file mode 100644
index 03888b6..0000000
--- a/.conkerorrc/styles/help.css
+++ /dev/null
@@ -1,19 +0,0 @@
-@-moz-document url(chrome://conkeror-help/content/help.html) {
- body {
- background: #111113 !important;
- color: #eeeeec !important;
- }
-
- a {
- color: #ffbb56 !important;
- }
-
- a:visited {
- color: #ee82ee !important;
- }
-
- pre, .key {
- background: #222224 !important;
- font-family: "Envy Code R" !important;
- }
-}