Skip to content

wykop kontrast fix by axoi

Screenshot of wykop kontrast fix

Details

Authoraxoi

LicenseNo License

Categorywykop

Created

Updated

Size705 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Fixing most of colour contrast issues (WCAG) of new new wykop.

TODO: fix rest of them (carefully)
TODO: fix dzienny #tylkonocny

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           wykop kontrast fix
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    fixing most of colour contrast issuess (WCAG) of new new wykop. TODO: fix rest of them (carefully)
@author         Axoi
==/UserStyle== */
@-moz-document domain("wykop.pl") {
    [data-night-mode] {
        --gullGray: #8AADC4;
    }
    [data-night-mode] {
        --steelBluish: #71B9E9;
    }
    [data-night-mode] {
        --heather: #8C9DA9;
    }
    [data-night-mode] {
        --shuttleGray: #D6D9DC;
    }
    header.header {
        color: #CC0000 !important;
        ;
    }
    [data-night-mode] {
        --abbey: #C6C8CB;
    }
}

Reviews

No reviews yet.