Skip to content

ewow.zone Pinkification by carbonfiber314

Details

Authorcarbonfiber314

LicenseNo License

Categoryewow.zone

Created

Updated

Size980 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

It's now pink, what more could you ask for?

Notes

variables make everything easier

Source code

/* ==UserStyle==
@name           ewow.zone Pinkification
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    It's now pink, what more could you ask for?
@author         CarbonFiber314
==/UserStyle== */

@-moz-document domain("ewow.zone") {
    :root {
        --gradient: linear-gradient(180deg,#fec9c9,#ff98e7);
        --text: #3a223b;
        --textlight: #d48cd0;
        --textlink: #aa16be;
        --textwarn: #d20abd;
        --mainbg: #fff;
        --footbg: #fff;
        --responsebox: #daa9cb;
        --buttonbox: #c356ba;
        --buttonhover: #952f93;
    }
    
    body[data-theme="dark"] {
        --gradient: linear-gradient(180deg,#3b1544,#21041c);
          --text: #f2e4f6;
          --textlight: #d153c9;
          --textlink: #f85fe6;
          --textwarn: #ff23b2;
          --mainbg: #000;
          --footbg: #000;
          --responsebox: #5d245e;
          --buttonbox: #761a76;
          --buttonhover: #b741b9
    }
}

Reviews

No reviews yet.