Removes white bg colors
Lostarkmap True dark by queue-cs
Details
Authorqueue-cs
LicenseNo License
CategoryLost Ark Map
Created
Updated
Size388 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 True dark
@version 20220218.07.01
@namespace userstyles.world/user/queue-cs
@description Removes white bg colors
@author queue-cs
@license No License
==/UserStyle== */
@-moz-document domain("lostarkmap.com") {
body, .bg-light {
background-color: #202528 !important;
}
.sidebar .nav-link {
color: #eee !important;
}
}