mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-14 07:26:43 +00:00
dark mode fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user