From a81dd45de9dd7febde7b2725a6e0e57198a14555 Mon Sep 17 00:00:00 2001 From: mgmeyers Date: Mon, 11 Jan 2021 18:23:45 -0800 Subject: [PATCH] Consistent dark titlebar --- obsidian.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obsidian.css b/obsidian.css index 039952d..fec811b 100644 --- a/obsidian.css +++ b/obsidian.css @@ -1315,7 +1315,7 @@ input.prompt-input:hover { } .theme-dark .workspace { - background-color: var(--shade-3); + background-color: var(--shade-10); } .is-translucent .workspace {