dark mode fix

This commit is contained in:
Travis Fischer
2021-02-01 00:50:48 -05:00
parent c50254bbef
commit f9235cbdd6

View File

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