Skip to content

StoryGraph Dark Mode by luminescent

Screenshot of StoryGraph Dark Mode

Details

Authorluminescent

LicenseNo License

Categorydark mode, night mode, storygraph, the storygraph

Created

Updated

Size996 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           StoryGraph Dark Mode
@namespace      userstyles.world
@version        1.0.0
==/UserStyle== */
@-moz-document domain("app.thestorygraph.com") {

.bg-lightGrey {
    background-color: #161B30
}

.standard-pane {
    background-color: #212B45;
    border: none;
    color: #fff;
}

.text-darkerGrey {
    color: #e3e3e3;
}

.text-darkestGrey, .button.read-status-label, .button.sort-label {
    color: #fff;
}

.page-heading, .pane-heading, .text-cyan-700 {
    color: rgb(65, 187, 198);
}

.primary-btn {
    background: rgb(65, 187, 198);
}

.border-cyan-700 {
    border-color: rgb(65, 187, 198);
}

.bg-white, .standard-text-input, .button.read-status-label, .button.sort-label {
    background: #192038;
}

.border-darkGrey {
    border-color: #233A83;
}

.standard-link {
    color: rgb(210, 210, 210);
}

.text-teal-700 {
    color: rgb(51, 183, 151);
}

.text-red-900 {
    color: rgb(236, 27, 27);
}
}

Reviews

No reviews yet.