summaryrefslogtreecommitdiffstats
path: root/.conkerorrc/styles/git-scm.less
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-03-03 16:28:29 +0100
committerGravatar Tom Willemsen2013-03-03 16:28:29 +0100
commitb13108a00538601c46f3ed79038acd163cea8513 (patch)
tree85e607c3614f5e6ca162ddc13ae9bcc3efc75d32 /.conkerorrc/styles/git-scm.less
parent8593af7f3e60c57db6a91783a248b3e1deef7fcd (diff)
downloaddotfiles-b13108a00538601c46f3ed79038acd163cea8513.tar.gz
dotfiles-b13108a00538601c46f3ed79038acd163cea8513.zip
conkeror: add style for Pro Git, use less
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;
+ }
+ }
+}