From f436c24743e52e1c275ad18957d8e3f40bd5840f Mon Sep 17 00:00:00 2001 From: hay-kot Date: Sun, 14 Mar 2021 19:05:31 -0800 Subject: [PATCH] set background for docs darkmode --- docs/docs/stylesheets/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/stylesheets/custom.css b/docs/docs/stylesheets/custom.css index 0d00b4eed..ef731b486 100644 --- a/docs/docs/stylesheets/custom.css +++ b/docs/docs/stylesheets/custom.css @@ -7,6 +7,10 @@ --md-accent-fg-color--dark: #e58325; } +body { + background: var(--md-primary-bg-color); +} + /* frontpage elements */ .tx-hero h1 { font-size: 2.41rem !important;