Merge pull request #42 from j-selby/fix-block-of-code

Fix backgrounds of pre-wrapped code
This commit is contained in:
Flame Sage 2018-09-10 06:29:26 -04:00 committed by GitHub
commit 5de62d6158
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,6 +93,6 @@ a:hover {
} }
// Fix background color of monospaced text // Fix background color of monospaced text
.content code { .content :not(pre) > code {
background: $dark; background: $dark;
} }