Skip to content

Commit

Permalink
Fixed pre text color
Browse files Browse the repository at this point in the history
  • Loading branch information
amir2mi committed Feb 5, 2022
1 parent 6a0f499 commit f50456a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ pre {
padding: 1em;
margin-top: 0;
margin-bottom: 1em;
background: var(--#{$CSS_VAR_PFX}txt-color);
background: var(--#{$CSS_VAR_PFX}bg-color-dark);
border: var(--#{$CSS_VAR_PFX}border-width) solid var(--#{$CSS_VAR_PFX}bg-color-darker);
border-radius: var(--#{$CSS_VAR_PFX}border-radius);
Expand Down

0 comments on commit f50456a

Please sign in to comment.