Fix backgrounds of pre-wrapped code

This commit is contained in:
James 2018-09-10 16:33:13 +10:00
parent c8ee7b9a19
commit 839c3b4c30

View file

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