Skip to content

Commit

Permalink
Merge pull request #9 from mntn-xyz/patch-6
Browse files Browse the repository at this point in the history
Set pre overflow to auto and make bg !important
  • Loading branch information
joeroe authored Aug 9, 2021
2 parents 8408382 + e9cfcaf commit e46b833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/css/typography.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit e46b833

Please sign in to comment.