diff --git a/source/_static/scss/includes/_reset.scss b/source/_static/scss/includes/_reset.scss index b840ea52..d5d19c02 100644 --- a/source/_static/scss/includes/_reset.scss +++ b/source/_static/scss/includes/_reset.scss @@ -150,6 +150,10 @@ code { .s2 { color: #3f7a08; } + + .nd { + color: #922f2f; + } } pre { diff --git a/source/_static/scss/includes/_theme.scss b/source/_static/scss/includes/_theme.scss index f3c9448f..1d4e9f25 100644 --- a/source/_static/scss/includes/_theme.scss +++ b/source/_static/scss/includes/_theme.scss @@ -62,7 +62,7 @@ $theme-properties: ( --table-border-color: $light-300 $dark-200, // Code - --code-bg: $light-300 $dark-500, + --code-bg: $light-300 lighten($dark-500, 17.5%), --code-hover-bg: $light-400 #9fa8b9, --code-color: $black $dark-0, --code-link-color: #006DA0 #12243c,