Skip to content

nin0chat material dark by zanderthelegend

Screenshot of nin0chat material dark

Details

Authorzanderthelegend

Licenseexplod

Categoryguh.nin0.dev

Created

Updated

Size929 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

material dark theme for nin0chat

Notes

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;
}
}

Reviews

No reviews yet.