Notion.so recently change their dark mode to a darker black background, this style snippet change to the legacy colors.
Notion Dark Legacy by matteogauthier
Details
Authormatteogauthier
LicenseMIT
Categorynotion
Created
Updated
Size909 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==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;
}
}