summaryrefslogtreecommitdiffstats
path: root/scss
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-06-16 20:37:28 -0400
committerDrew DeVault <sir@cmpwn.com>2018-06-16 20:37:28 -0400
commit4e13b332d596285bae6349fa536e9c64860b5ff2 (patch)
tree1463662e1ed236b252d0ebe1efbe4ca572724fcc /scss
parenta4af34265eed4c828bc67b27ae0db9bda500196c (diff)
Fix background on code pages
Diffstat (limited to 'scss')
-rw-r--r--scss/main.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/main.scss b/scss/main.scss
index 1a63815..2313829 100644
--- a/scss/main.scss
+++ b/scss/main.scss
@@ -46,6 +46,10 @@ div#cgit {
}
}
+ pre {
+ background: transparent;
+ }
+
div.path {
background-color: #ddd;
padding-top: 0;