From 5c6cd059e8395d7f24d4b199e59c8c2f562dc438 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 3 Nov 2013 21:21:21 +0100 Subject: New stow hierarchy --- conkeror/.conkerorrc/styles/git-scm.less | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 conkeror/.conkerorrc/styles/git-scm.less (limited to 'conkeror/.conkerorrc/styles/git-scm.less') 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; + } + } +} -- cgit v1.2.3-54-g00ecf