Skip to content

Commit

Permalink
add bg/fg color to code html tag Mitrichius#117
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitrichius committed Nov 16, 2021
1 parent ee6c3e7 commit 974067a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@ th, td {

/* Code */
pre {
color: var(--pre-color);
background-color: var(--pre-bg-color);
padding: 1em;
max-width: 100%;
overflow: auto;
Expand All @@ -153,6 +151,8 @@ pre {
code,
pre,
kbd {
color: var(--pre-color);
background-color: var(--pre-bg-color);
font-family: monospace;
font-size: 0.90em;
line-height: 154%;
Expand Down

0 comments on commit 974067a

Please sign in to comment.