Merge pull request #9 from mntn-xyz/patch-6
Set pre overflow to auto and make bg !important
This commit is contained in:
commit
e46b83375d
|
@ -124,8 +124,8 @@ blockquote::before {
|
||||||
pre,
|
pre,
|
||||||
code,
|
code,
|
||||||
kbd {
|
kbd {
|
||||||
overflow-x: scroll;
|
overflow-x: auto;
|
||||||
background: var(--dark-bg);
|
background: var(--dark-bg) !important;
|
||||||
font-family: var(--font-monospace);
|
font-family: var(--font-monospace);
|
||||||
color: var(--bright-bg);
|
color: var(--bright-bg);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue