Dark theme
www.motilek.com.ua by meequz

Details
Authormeequz
LicenseWTFPL
Categorymotilek.com.ua
Created
Updated
Code size1.2 kB
Code checksum242bbcf8
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name www.motilek.com.ua
@version 20250114.21.43
@namespace https://userstyles.world/user/meequz
@description Gray background, white text, nothing complicated
@author meequz
@license WTFPL
==/UserStyle== */
@-moz-document url-prefix("https://www.motilek.com.ua/") {
header.site-header {
background-color: rgb(100 100 100 / 95%) !important;
/* filter: invert(0.9) !important; */
}
body {
background-color: rgb(50 50 50 / 95%) !important;
color: rgb(255 255 255 / 100%) !important;
}
footer.site-footer {
background-color: rgb(100 100 100 / 95%) !important;
}
a {
color: rgb(255 255 200 / 100%) !important;
}
h1 {
color: rgb(255 255 255 / 100%) !important;
}
h2 {
color: rgb(255 255 255 / 100%) !important;
}
h3 {
color: rgb(255 255 255 / 100%) !important;
}
h4 {
color: rgb(255 255 255 / 100%) !important;
}
h5 {
color: rgb(255 255 255 / 100%) !important;
}
textarea {
background-color: rgb(50 50 50 / 95%) !important;
color: rgb(255 255 255 / 100%) !important;
}
input {
background-color: rgb(50 50 50 / 95%) !important;
color: rgb(255 255 255 / 100%) !important;
}
}