Skip to content

Global Black / Dark Theme + Red links by zed_j097

Screenshot of Global Black / Dark Theme + Red links

Details

Authorzed_j097

LicenseMIT No Attribution

Categoryblack

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

dark mode for all websites and visible links modified from [userstyles.world/user/mimvahedi - Global Dark v.2024.2]

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Global Black / Dark Theme + Red links
@version      2025.0
@namespace    https://userstyles.world/user/zed_j097
@description  dark mode for all websites and visible links modified from [userstyles.world/user/mimvahedi - Global Dark v.2024.2]
@author       zed_j097
@license      MIT-0
==/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;
  }
  a{
    color: #b71c1c !important;
  }
}



/* ==License==

MIT No Attribution

Copyright 2025

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so. */

Reviews

No reviews yet.