mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
fix(scss): prevent HLJS default text and bg colors getting overrided
This commit is contained in:
parent
30e85a648b
commit
6224270ab3
1 changed files with 1 additions and 0 deletions
|
@ -208,6 +208,7 @@ code {
|
|||
pre,
|
||||
code:not(.hljs) {
|
||||
color: #c7254e;
|
||||
|
||||
/* Match bg of default highlight theme. */
|
||||
background-color: rgb(248, 248, 248);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue