Added dark background to <code>.

This commit is contained in:
tastytea 2019-02-16 01:33:52 +01:00
parent ef90646e0e
commit 727a6bf479
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
3 changed files with 4 additions and 3 deletions

View File

@ -20,7 +20,8 @@ for file in style.css style-compat.css; do
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/$/p>code{background-color:#10111280;}/' tastytea/static/assets/${file}
sed -i 's/#1d1f21/#101112/g' tastytea/static/assets/${file} # Code Background
sed -i 's/#ffffff/#1d1f21/g' tastytea/static/assets/${file} # Background

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long