Modo negro
www.2d6mag.es by shurtmato

Details
Authorshurtmato
LicenseNo License
Category2d6mag.es
Created
Updated
Code size515 B
Code checksum55e7f455
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.2d6mag.es
@version 20250409.06.40
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://www.2d6mag.es") {
section:nth-of-type(1) div div:nth-of-type(1) {
filter: invert(1) brightness(0.8);
}
section:nth-of-type(n+2) div {
background-color: black;
}
section:nth-of-type(n+2) span{
color: white !important;
}
header div{
background-color: black !important;
}
header a{
color: white !important;
}
header svg{
color: white !important;
}
}