Userstyle for playerok.com
PlayerOk Green Theme by IRoscom
Details
AuthorIRoscom
LicenseNo License
Categoryplayerok.com
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name PlayerOk Green Theme
@version 20241118.10.29
@namespace ?
@description Userstyle for playerok.com
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://playerok.com/") {
[data-mui-color-scheme="dark"] {
--mui-palette-blue-text: rgb(34, 142, 93);
--mui-palette-blue-main: rgb(34, 142, 93);
--mui-palette-blue-dark: rgb(34, 142, 93);
--mui-palette-blue-light: rgb(0, 186, 120);
--mui-palette-blue-textHover: rgb(0, 186, 120);
--mui-palette-background-default: rgb(20,20,20);
--mui-palette-gray-3: rgb(82,80,80);
--mui-palette-gray-4: rgb(28,28,28);
--mui-palette-gray-5: rgb(28,28,28);
}
[data-mui-color-scheme="light"] {
--mui-palette-blue-text: rgb(34, 142, 93);
--mui-palette-blue-main: rgb(34, 142, 93);
--mui-palette-blue-dark: rgb(34, 142, 93);
--mui-palette-blue-light: rgb(0, 186, 120);
--mui-palette-blue-textHover: rgb(0, 186, 120);
--mui-palette-blue-contrastText: rgb(0, 0, 0)
}
.mui-style-zkc4ba,
.mui-style-ywngy9 {
display: none;
}
.mui-style-wihqvm,
.mui-style-vigpc2,
.mui-style-lq121t{
background-color: var(--mui-palette-gray-5)
}
}