Skip to content

www.2d6mag.es by shurtmato

Screenshot of www.2d6mag.es

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

Modo negro

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

Reviews

No reviews yet.