This is what people mean when they ask for green Juxt.
Green Juxt by superfever3000
Details
Authorsuperfever3000
LicenseNo LIcense
Categoryjuxt.pretendo.network
Created
Updated
Size839 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Green Juxt
@version 20250129.05.00
@namespace https://userstyles.world/user/superfever3000
@description This is what people mean when they ask for green Juxt.
@author superfever3000
@license No LIcense
==/UserStyle== */
@-moz-document domain("juxt.pretendo.network") {
:root {
--background: #1e3b1b;
--background-alt: #2d502a;
--text: white;
--text-secondary: #a5d9a1;
--btn: #4cb63d;
--btn-secondary: #346033;
--theme: #3db64a;
--theme-light: #85d686;
--text-secondary-2: #8dc189;
--border: rgba(255, 255, 255, 0.1);
--background-alt-alt: #3c6b38;
}
#nav-menu svg {
stroke:#a1d9a3;
}
.mii-icon {
background: #a1d9a3;
}
.cls-2 {
fill:#00C900;
}
form.account {
background-color:#2C5329;
}
#username, #password {
background-color:#356A3D;
}
}