summaryrefslogtreecommitdiffstats
path: root/conkeror/.conkerorrc/styles/git-scm.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 /conkeror/.conkerorrc/styles/git-scm.less
parentcca8771d855a3c8ba67bcb43a45967d9e4b6dd15 (diff)
downloaddotfiles-5c6cd059e8395d7f24d4b199e59c8c2f562dc438.tar.gz
dotfiles-5c6cd059e8395d7f24d4b199e59c8c2f562dc438.zip
New stow hierarchy
Diffstat (limited to 'conkeror/.conkerorrc/styles/git-scm.less')
-rw-r--r--conkeror/.conkerorrc/styles/git-scm.less18
1 files changed, 18 insertions, 0 deletions
diff --git a/conkeror/.conkerorrc/styles/git-scm.less b/conkeror/.conkerorrc/styles/git-scm.less
new file mode 100644
index 0000000..d69a97d
--- /dev/null
+++ b/conkeror/.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;
+ }
+ }
+}