Correctly override code colour

This commit is contained in:
Hadley Wickham 2022-05-26 10:24:01 -05:00
parent a44a1a0551
commit e8e2d19f6c
1 changed files with 3 additions and 1 deletions

View File

@ -46,7 +46,9 @@ h1, h2, h3, h4, h5 {
/* Code ------------------------------------------------ */
$code-color: #373a3c !default;
code {
color: #373a3c;
}
pre {
background-image: linear-gradient(160deg,#f8f8f8 0,#f1f1f1 100%);