You don't like Kick's bright green? use this CSS
Kick.com but with Twitch Colors 🟢 -> 🟣
Kick as Twitch by Zaindotea

Details
AuthorZaindotea
LicenseNo License
Categorykick.com
Created
Updated
Code size1.8 kB
Code checksumdbb200a9
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name kick.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("kick.com") {
#sidebar-wrapper{
background-color: #1f1f23;
}
nav{
background-color: #18181b !important;
}
body{
background-color: #0e0e10;
}
.rounded-full.bg-green-500{
background-color: #eb0400;
}
.aspect-square.border-green-500{
border-color: #9147ff !important;
}
.bg-green-500{
background-color: #9147ff;
}
.bg-green-500:hover{
background-color: #9147ff;
}
.text-grey-900{
background-color: #eb0400;
color: white;
}
button.bg-green-500{
color: white;
}
.text-primary{
color: #9147ff;
}
.gap-x-1.text-primary{
color: #ff8280;
}
.text-primary.max-w-full{
color: #a970ff;
}
svg.shrink-0, div.text-white svg.size-4, svg.text-green-200{
filter: brightness(0) saturate(100%) invert(55%) sepia(72%) saturate(3776%) hue-rotate(230deg) brightness(101%) contrast(101%);
}
div.relative span.text-green-200{
color: #adadb8 !important;
;
}
nav{
background-image: URL('https://media.discordapp.net/attachments/691045036023873567/1363185868503777562/twitch-png.png?ex=68051d45&is=6803cbc5&hm=7fe6814219b3e3170921de1ecdd01376a8bb6a39e9c97437e4ed0928abac7e24&=&width=1028&height=1221');
background-repeat: no-repeat;
background-position-y: 10px;
background-position-x: 60px;
background-size: 40px;
}
img[src*="/img/kick-logo.svg"]{
display: none;
}
}