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,
|
||||
code,
|
||||
kbd {
|
||||
overflow-x: scroll;
|
||||
background: var(--dark-bg);
|
||||
overflow-x: auto;
|
||||
background: var(--dark-bg) !important;
|
||||
font-family: var(--font-monospace);
|
||||
color: var(--bright-bg);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue