From 155a10bf88b9c44505834644c46f9f85c05816a9 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 29 Aug 2020 03:55:48 -0400 Subject: Change colour scheme and admonition colours This should make both themes finally look decent --- docs/_static/codeblocks.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/_static/codeblocks.css') diff --git a/docs/_static/codeblocks.css b/docs/_static/codeblocks.css index 181942a7..f64d725f 100644 --- a/docs/_static/codeblocks.css +++ b/docs/_static/codeblocks.css @@ -70,8 +70,8 @@ .highlight .il { color: #40a070 } /* Literal.Number.Integer.Long */ /* dark theme: modified "native" */ -:root[data-theme="dark"] .highlight pre { background-color: #404040 } -:root[data-theme="dark"] .highlight .hll { background-color: #404040 } +:root[data-theme="dark"] .highlight pre { background-color: #2a2a2e } +:root[data-theme="dark"] .highlight .hll { background-color: #2a2a2e } :root[data-theme="dark"] .highlight .c { color: #999999; font-style: italic } /* Comment */ :root[data-theme="dark"] .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ :root[data-theme="dark"] .highlight .g { color: #d0d0d0 } /* Generic */ -- cgit v1.2.3