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; +}