It gives you a black Notion with grayscale images.
Notionic Black+ (grayscale image) by him
Details
Authorhim
LicenseNo License
Categoryhttps://www.notion.so/
Created
Updated
Size627 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
}
.pseudoSelection{
filter: grayscale(100%);
}
.notion-html{
font-family: Shadows Into Light
}
.notion-cursor-default{
border-radius: 10px
}