Skip to content

?xdqq by dq7

Details

Authordq7

LicenseNo License

Categorydark mode

Created

Updated

Size676 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

dark

Notes

dark

Source code

/* ==UserStyle==
@name       ?
@version    20250209.15.08
@namespace  ?
==/UserStyle== */



@-moz-document url-prefix("http"), url-prefix("https") {
body, html {
        background-color: #121212 !important;
        color: #ffffff !important;
    }
    
    /* Ajusta links */
    a {
        color: #1e90ff !important;
    }
    
    /* Inverte imagens para não ficarem estranhas */
    img, video {
        filter: invert(100%) hue-rotate(180deg);
    }
    
    /* Corrige caixas de input e botões */
    input, textarea, select, button {
        background-color: #1e1e1e !important;
        color: #ffffff !important;
        border: 1px solid #333 !important;
    }
}

Reviews

No reviews yet.