чтобы глаза не умирали
тёмный конструктор окрасов by rayn

Details
Authorrayn
LicenseMIT
Categorycatwar
Created
Updated
Code size630 B
Code checksum5ae4837d
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name тёмный конструктор окрасов
@version 20241129.19.45
@namespace https://userstyles.world/user/rayn
@description чтобы глаза не умирали
@author rayn
==/UserStyle== */
@-moz-document url("https://catwar.net/cw3/kns") {
body {
color: #111;
background-color: #272727;
font-size: 14px;
font-family: Verdana;
}
#blocks {
background-color: #404040;
box-sizing: border-box;
}
::-webkit-scrollbar-thumb {
background-color: #5c5c5c;
}
::-webkit-scrollbar-track {
background-color: #878787;
}
}