mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-07-09 12:40:35 +00:00
Merge pull request #42 from j-selby/fix-block-of-code
Fix backgrounds of pre-wrapped code
This commit is contained in:
commit
5de62d6158
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue