mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-08 21:37:18 +00:00
Fix article styling (#41)
This commit is contained in:
parent
4f8630dc28
commit
c8ee7b9a19
|
@ -85,3 +85,14 @@ a:hover {
|
||||||
.message-body.is-dropdown-target.is-active {
|
.message-body.is-dropdown-target.is-active {
|
||||||
display: block !important;
|
display: block !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Make text nicer to read in articles
|
||||||
|
.content p {
|
||||||
|
text-align: justify;
|
||||||
|
line-height: 1.45;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Fix background color of monospaced text
|
||||||
|
.content code {
|
||||||
|
background: $dark;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue