Merge pull request #9 from mntn-xyz/patch-6

Set pre overflow to auto and make bg !important
This commit is contained in:
Joe Roe 2021-08-09 13:44:43 +02:00 committed by GitHub
commit e46b83375d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}