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, 18 insertions, 0 deletions
diff --git a/.conkerorrc/styles/git-scm.less b/.conkerorrc/styles/git-scm.less
new file mode 100644
index 0000000..d69a97d
--- /dev/null
+++ b/.conkerorrc/styles/git-scm.less
@@ -0,0 +1,18 @@
+@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;
+ }
+ }
+}