Skip to content

Commit

Permalink
Fixed pre and code text and bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
amir2mi committed Feb 7, 2022
1 parent 1dfe7f3 commit c047d12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scss/_reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ pre {
padding: 1em;
margin-top: 0;
margin-bottom: 1em;
background: var(--#{$CSS_VAR_PFX}txt-color);
color: 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 All @@ -293,6 +293,7 @@ code {
font-size: 0.85em;
word-wrap: break-word;
padding: 0.18em 0.32em;
color: 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: calc(var(--#{$CSS_VAR_PFX}border-radius) * 0.5);
Expand Down

0 comments on commit c047d12

Please sign in to comment.