From 0e75a21a6738a64811d12840a1958eba9b3b61cf Mon Sep 17 00:00:00 2001 From: Rapptz Date: Fri, 29 May 2020 07:23:00 -0400 Subject: Add dark theme for codeblocks --- docs/_templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_templates/layout.html') diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 6f2fb3b7..5c45e7f6 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -6,7 +6,7 @@ {{ title|striptags|e }}{{ titlesuffix }} - + {%- block css %} {%- for css in css_files %} {%- if css|attr("filename") %} -- cgit v1.2.3