Skip to content

Dark Absurdle by werewire

Screenshot of Dark Absurdle

Details

Authorwerewire

LicenseCC-BY-NC-4.0

Categoryqntm.org

Created

Updated

Size698 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Yeah, i dunno how to change the buttons correctly.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Dark Absurdle
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Yeah, i dunno how to change the buttons correctly.
@author         Werewire
==/UserStyle== */

@-moz-document url-prefix("https://qntm.org/files/wordle/index.html") {
 body {
    height: 100%;
    margin: 0;
    background-color: #161616 !important;
    color: #fff !important;
    font-size: 16px;
    }
    
    .absurdle__guess-box--wrong, .absurdle__button--wrong {
    background-color: #393939 !important;
    color: #fff !important;
}

    .absurdle__guess-box--input {
    background-color: #717171 !important;
    border: 1px solid #cfcfcf !important;
    }
}

Reviews

No reviews yet.