Make the Storygraph dark theme darker.
Darker Storygraph by loona
Details
Authorloona
LicenseDo What The Fuck You Want To Public License, Version 2
Categorythestorygraph.com
Created
Updated
Size387 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 Darker Storygraph
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Make Storygraph's dark theme darker
@author Loona
==/UserStyle== */
@-moz-document domain("thestorygraph.com") {
.dark .dark\:bg-darkestGrey {
--tw-bg-opacity: 1;
background-color: rgb(25 25 25/var(--tw-bg-opacity));
}
}