dark mode for all websites
Global Dark by mimvahedi
Details
Authormimvahedi
LicenseNo License
Categoryglobal
Created
Updated
Size439 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 Global Dark
@version 2024.2
@namespace userstyles.world/user/mimvahedi
@description dark mode for all websites
@author mimvahedi
@license public domain
==/UserStyle== */
@-moz-document url-prefix("h"), url-prefix("f") {
* {
color-scheme: dark;
background: #000 !important;
box-shadow: none !important;
border-color: #FFF2 !important;
color: #c8c8c8 !important;
}
}