summaryrefslogtreecommitdiffstats
path: root/.conkerorrc/styles/git-scm.less
diff options
context:
space:
mode:
Diffstat (limited to '.conkerorrc/styles/git-scm.less')
-rw-r--r--.conkerorrc/styles/git-scm.less18
1 files changed, 0 insertions, 18 deletions
diff --git a/.conkerorrc/styles/git-scm.less b/.conkerorrc/styles/git-scm.less
deleted file mode 100644
index d69a97d..0000000
--- a/.conkerorrc/styles/git-scm.less
+++ /dev/null
@@ -1,18 +0,0 @@
-@import "base";
-
-@-moz-document domain(git-scm.com) {
- .book#main {
- background: @background !important;
- color: @aluminium-1 !important;
-
- code, pre {
- background: @aluminium-6 !important;
- color: @aluminium-2 !important;
- font-family: @monospace-font !important;
- }
-
- &, code, pre {
- border: none !important;
- }
- }
-}