~edwargix/git.sr.ht

2d52325bcc86e1f157ee6b69d56cba50600ba31e — Drew DeVault 5 years ago 62121f0
Revert "Add back gray background to pre block"

This reverts commit 933c336b15e73eee2fd5e78afcb609b158c6d0cd.
2 files changed, 4 insertions(+), 2 deletions(-)

M gitsrht/templates/blob.html
M scss/main.scss
M gitsrht/templates/blob.html => gitsrht/templates/blob.html +1 -1
@@ 8,7 8,7 @@
pre {
  tab-size: {{editorconfig.tab_width()}}
}
body {
pre, body {
  padding-bottom: 0;
  margin-bottom: 0;
}

M scss/main.scss => scss/main.scss +3 -1
@@ 11,7 11,9 @@
}

pre {
  margin: 0.25rem 0;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}

.tree-list {