Skip to content

thestorygraph.com - slight contrast by eclipse999

Screenshot of thestorygraph.com - slight contrast

Details

Authoreclipse999

LicenseNo License

Categorythestorygraph

Created

Updated

Size497 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

adds a slight bit of contrast to the storygraph website by coloring the background and some borders. only has 3 css edits.

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;
    }
}

Reviews

No reviews yet.