~edwargix/git.sr.ht

933c336b15e73eee2fd5e78afcb609b158c6d0cd — Mendel E 5 years ago bfba9e7
Add back gray background to pre block
2 files changed, 2 insertions(+), 4 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()}}
}
pre, body {
body {
  padding-bottom: 0;
  margin-bottom: 0;
}

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

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

.tree-list {