Notion Solarized
Notion Solarized by toshohirasawa
Details
Authortoshohirasawa
LicenseNo License
Categorynotion
Created
Updated
Size1.2 kB
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 Solarized
@version 20240710.00.24
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://www.notion.so/") {
:root {
--solarized-base03: rgb(0, 43, 54);
--solarized-base02: rgb(7, 54, 66);
--solarized-base01: rgb(88, 110, 117);
--solarized-base00: rgb(101, 123, 131);
--solarized-base0: rgb(131, 148, 150);
--solarized-base1: rgb(147, 161, 161);
--solarized-base2: rgb(238, 232, 213);
--solarized-base3: rgb(253, 246, 227);
--solarized-yellow: rgb(181, 137, 0);
--solarized-orange: rgb(203, 75, 22);
--solarized-red: rgb(220, 50, 47);
--solarized-magenta: rgb(211, 54, 130);
--solarized-violet: rgb(108, 113, 196);
--solarized-blue: rgb(38, 139, 210);
--solarized-cyan: rgb(42, 161, 152);
--solarized-green: rgb(133, 153, 0);
}
div.notion-page-block {
font-family: 'BIZ UDPGothic', ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI Variable Display", "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
}
/*
main.notion-frame {
background-color: var(--solarized-base3) !important;
}
*/
}