It's now pink, what more could you ask for?
ewow.zone pinkification by carbonfiber314

Details
Authorcarbonfiber314
LicenseCC BY 4.0
Categoryewow.zone
Created
Updated
Code size1.0 kB
Code checksum41747c0f
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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
}
}