It just gives you a black notion.
Notion black by him
Details
Authorhim
LicenseNo License
Categoryhttps://www.notion.so/
Created
Updated
Size578 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 Notionic Black+
@namespace userstyles.world/user/him
@version 1.0.0
@description A new userstyle
@author Him
==/UserStyle== */
@-moz-document domain("notion.so") {
/* Insert code here... */
}
.whenContentEditable{
background-color: black
}
.notion-sidebar{
background-color: black
}
.notion-topbar{
background-color: black
}
.nb-outline .show, .table_of_contents{
background-color: black
}
.notion-html{
font-family: Shadows Into Light
}
.notion-cursor-default{
border-radius: 10px
}