/* ==UserStyle==
@name Notion Dark Legacy
@version 20220223.10.26
@namespace userstyles.world/user/matteogauthier
@description Notion.so recently change their dark mode to a darker black background, this style snippet change to the legacy colors.
@author matteogauthier
@license No License
==/UserStyle== */
@-moz-document domain("notion.so") {
.notion-body.dark .notion-frame {
background: #313131 !important;
}
.notion-body.dark div.notion-cursor-listener > div:nth-child(2) > div:first-child {
background: #313131 !important;
}
.notion-body.dark .notion-scroller .notion-collection-view-body > .notion-board-view > div > div,
.notion-body.dark .notion-scroller .notion-collection-view-body > .notion-board-view > div > div > div {
background: #313131 !important;
}
.notion-body.dark .notion-sidebar-container {
background: #2c2c2c !important;
}
}
Last active
November 2, 2022 13:22
-
-
Save MatteoGauthier/703c175aa26b9c44c485b9e5182aa476 to your computer and use it in GitHub Desktop.
Notion Dark Legacy - Custom style - Stylus - userstyles
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment