Skip to content

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

dark mode for all websites

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

Reviews

No reviews yet.