diff options
Diffstat (limited to 'web/assets/themes/soft.css')
| -rw-r--r-- | web/assets/themes/soft.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/web/assets/themes/soft.css b/web/assets/themes/soft.css index 01a8729f7..218ae4347 100644 --- a/web/assets/themes/soft.css +++ b/web/assets/themes/soft.css @@ -3,6 +3,9 @@ theme-description: Pastel pink and blue with dark magenta trim */ +/* Use light code highlights. */ +@import url("../dist/_prism-light.css"); + :root { /* Define our palette */ --soft-pink: rgb(255, 199, 234); @@ -134,8 +137,8 @@ html, body { /* Code snippets */ pre, pre[class*="language-"], code, code[class*="language-"] { - background-color: var(--gray1); - color: white; + background-color: white; + color: var(--gray1); } /* Block quotes */ |
