Skip to content

nanowrimo.org/stats - Nov 2023 by Gyldenskau

Screenshot of nanowrimo.org/stats - Nov 2023

Details

AuthorGyldenskau

LicenseNo License

Categorynanowrino.org

Created

Updated

Size443 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes background on stats tables, that's all it does. I figure someone else might need that too...

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           nanowrimo.org/stats - Nov 2023
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Removes the white background on stats charts for better darkmode
@author         Pathfindr
==/UserStyle== */

@-moz-document url-prefix("https://nanowrimo.org/stats") {
    /* Insert code here... */
    .highcharts-background, .highcharts-plot-background {
        fill:rgba(0, 0, 0, 0%);
    }
}

Reviews

No reviews yet.