fix: improve code block background color in hints (#839)
This commit is contained in:
parent
5ad7f11b8f
commit
7befded667
2 changed files with 11 additions and 5 deletions
|
@ -143,6 +143,12 @@
|
|||
background-color: scale-color($color, $lightness: 95%, $saturation: -30%);
|
||||
color: $body-font-color;
|
||||
padding: 0;
|
||||
|
||||
code,
|
||||
pre {
|
||||
background-color: scale-color($color, $lightness: 80%, $saturation: -75%);
|
||||
color: $code-font-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue