adds a slight bit of contrast to the storygraph website by coloring the background and some borders. only has 3 css edits.
thestorygraph.com - slight contrast by eclipse999
Details
Authoreclipse999
LicenseNo License
Categorythestorygraph
Created
Updated
Size497 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 thestorygraph.com - 6/29/2022, 9:47:12 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("thestorygraph.com") {
/* Insert code here... */
.bg-lightGrey {
background-color: #cbe4ec;
}
#navbar, #user-menu-dropdown {
background-color: #fff;
}
.border-darkGrey {
border-color: #60c4ca;
}
}