Skip to content

Commit

Permalink
Move code block color styling to pre tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ajyoon committed Dec 4, 2021
1 parent 7d1ce1b commit f23c6aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sass/components/_code.scss
Expand Up @@ -8,12 +8,12 @@ samp {
}

code {
background: $beige;
color: $black;
padding: 0.25rem 0.5rem;
}

pre {
background: $beige;
color: $black;
margin: 2rem 0;
}

Expand Down

0 comments on commit f23c6aa

Please sign in to comment.