mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-12 00:16:38 +00:00
Fix backgrounds of pre-wrapped code
This commit is contained in:
parent
c8ee7b9a19
commit
839c3b4c30
|
@ -93,6 +93,6 @@ a:hover {
|
|||
}
|
||||
|
||||
// Fix background color of monospaced text
|
||||
.content code {
|
||||
.content :not(pre) > code {
|
||||
background: $dark;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue