From 1678fec852ece3934e9a98fbee9ef6dda69be05f Mon Sep 17 00:00:00 2001 From: Steven Hubert Date: Wed, 27 Nov 2024 09:05:53 -0700 Subject: [PATCH] removing the dark mode border. Proved distracting on mobile --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 93ccaff..e8158eb 100644 --- a/theme.css +++ b/theme.css @@ -35,7 +35,7 @@ body.theme-light { body.theme-dark .markdown-preview-view, body.theme-dark .workspace-leaf-content { background-color: var(--color-bg-secondary); - border: 1px solid var(--color-border); + border: none; } /* Shared styles */