Reduced margin above listing blocks.

This commit is contained in:
tastytea 2019-02-16 01:17:40 +01:00
parent b20d8441f2
commit ef90646e0e
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
3 changed files with 4 additions and 2 deletions

View File

@ -18,6 +18,8 @@ for file in style.css style-compat.css; do
# Set maximum characters per line to 100
sed -i 's/body{margin:0}/body{max-width:100ch;margin:auto}/' tastytea/static/assets/${file}
sed -i 's/$/div.listingblock pre{margin-top:0.1em;}/' tastytea/static/assets/${file}
sed -i 's/#1d1f21/#101112/g' tastytea/static/assets/${file} # Code Background

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long