From a48c551164760ccee912a5b941f339e36162c250 Mon Sep 17 00:00:00 2001 From: Jatin Nagar Date: Sun, 7 May 2023 19:12:25 +0530 Subject: [PATCH] fix: :bug: empty white space on large resolutions in dark theme --- styles/dark-styles.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles/dark-styles.scss b/styles/dark-styles.scss index 6c350af7..2bb0648e 100644 --- a/styles/dark-styles.scss +++ b/styles/dark-styles.scss @@ -198,6 +198,8 @@ body { } .tk-docs { + background-color: $surface-100; + .tk-docs-nav { background-color: $surface-200; }