Skip to content

Commit

Permalink
fix code contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Dec 4, 2021
1 parent d9a656c commit 2a3aa99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/adidoks/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 2a3aa99

Please sign in to comment.