A simple grey background for KapChat
KapChat grey background by Avera9eJoe
Details
AuthorAvera9eJoe
LicenseNo License
Categoryhttps://nightdev.com/hosted/obschat/
Created
Updated
Size341 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 KapChat grey background
@version 20241022.18.47
@namespace https://userstyles.world/user/CoJoe
@description A simple grey background for KapChat
@author CoJoe
@license CC
==/UserStyle== */
@-moz-document domain("nightdev.com") {
body {
background-color: #1f1e1f !important;
}
}