From f9235cbdd6b38ca288448704b5aab80fb9c5b696 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Mon, 1 Feb 2021 00:50:48 -0500 Subject: [PATCH] dark mode fix --- styles/notion.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/styles/notion.css b/styles/notion.css index 6d7d73d..6e05716 100644 --- a/styles/notion.css +++ b/styles/notion.css @@ -297,3 +297,18 @@ transparent ); } + +.dark-mode .notion-red_background, +.dark-mode .notion-pink_background, +.dark-mode .notion-blue_background, +.dark-mode .notion-purple_background, +.dark-mode .notion-teal_background, +.dark-mode .notion-yellow_background, +.dark-mode .notion-orange_background, +.dark-mode .notion-brown_background, +.dark-mode .notion-gray_background { + padding: 0; + margin: 0; + border-radius: 0; + background: none !important; +}