Subotica.com is a nice website however it doesn't have a dark mode. Here's a rudimentary darkmode.
subotica.com - lights off by carinavljko
Details
Authorcarinavljko
LicenseNo License
Categorysubotica.com
Created
Updated
Size411 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 subotica.com - lights off
@version 20241102.09.04
@namespace https://userstyles.world/user/C4R1N4
@description Subotica.com is a nice website however it doesn't have a dark mode. Here's a rudimentary darkmode.
@author C4R1N4
@license none
==/UserStyle== */
@-moz-document domain("subotica.com") {
html {
filter: invert(1)
}
img {
filter: invert(1)
}
}