mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-30 14:50:08 +00:00
Update <code> tag style (#229)
This commit is contained in:
parent
8a4dcc689c
commit
e13631e595
|
@ -94,7 +94,17 @@ a:hover {
|
|||
|
||||
// Fix background color of monospaced text
|
||||
.content :not(pre) > code {
|
||||
background: $dark;
|
||||
background: #101010;
|
||||
}
|
||||
|
||||
code {
|
||||
color: #FFFFFF;
|
||||
font-size: 0.875em;
|
||||
font-weight: 400;
|
||||
padding: 0.15em 0.25em 0.15em 0.25em;
|
||||
border: 1px solid #585d66;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 1px 1px rgba(0,0,0,0.125);
|
||||
}
|
||||
|
||||
// Workaround for browsers without JavaScript for the downloads page
|
||||
|
|
Loading…
Reference in a new issue