material dark theme for nin0chat
nin0chat material dark by zanderthelegend
Details
Authorzanderthelegend
Licenseexplod
Categoryguh.nin0.dev
Created
Updated
Size929 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
please see https://discord.com/users/1219097396403900466 and message me for any requests
Source code
/* ==UserStyle==
@name nin0chat material dark
@version 20241015.03.00
@namespace https://userstyles.world/user/zanderthelegend
@description material dark theme for nin0chat
@author zanderthelegend
@license explod
==/UserStyle== */
@-moz-document domain("guh.nin0.dev") {
body {
color: #fff;
background-color: #000;
}
div[style*="background-color: yellow"] p {
color: #f00 !important;
opacity: 0;
transition: opacity 1.3s ease;
height: 0;
overflow: hidden;
}
div[style*="background-color: yellow"] {
background: transparent !important;
position: relative;
}
div[style*="background-color: yellow"]::after {
content: "RULES #IMPORTANT";
color: red;
display: inline-block;
cursor: pointer;
opacity: 1;
transition: opacity 0.3s ease;
}
div[style*="background-color: yellow"]:hover p {
opacity: 1;
height: auto;
}
div[style*="background-color: yellow"]:hover::after {
opacity: 0;
}
}