diff options
Diffstat (limited to 'web/assets/themes/solarized-light.css')
| -rw-r--r-- | web/assets/themes/solarized-light.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/web/assets/themes/solarized-light.css b/web/assets/themes/solarized-light.css index 2cd421be5..05863ccb0 100644 --- a/web/assets/themes/solarized-light.css +++ b/web/assets/themes/solarized-light.css @@ -27,6 +27,9 @@ THE SOFTWARE. */ +/* Use light code highlights. */ +@import url("../dist/_prism-light.css"); + :root { /* Define solarized palette */ --base3: #fdf6e3; /* Background. */ @@ -135,8 +138,8 @@ html, body { /* Code snippets */ pre, pre[class*="language-"], code, code[class*="language-"] { - background-color: black; - color: #93a1a1; + background-color: #93a1a1; + color: black; } /* Block quotes */ |
