Changes the background-image of the interactive map to a darker image.
Interactive Map Dark Mode by 2kbyte
Details
Author2kbyte
LicenseNo License
Categoryact.hoyolab.com
Created
Updated
Size268 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 act.hoyolab.com
@version 20230507.03.42
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://act.hoyolab.com/sr/app/interactive-map/") {
.mhy-game-gis {
background-image: url("https://i.imgur.com/UvrmF0E.png");
}
}