Skip to content

Commit

Permalink
dark mode fix
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Feb 1, 2021
1 parent c50254b commit f9235cb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions styles/notion.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit f9235cb

Please sign in to comment.