mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-13 00:46:44 +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
|
// Fix background color of monospaced text
|
||||||
.content code {
|
.content :not(pre) > code {
|
||||||
background: $dark;
|
background: $dark;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue