-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathAsus-DarkMode.user.css
More file actions
30 lines (28 loc) · 856 Bytes
/
Asus-DarkMode.user.css
File metadata and controls
30 lines (28 loc) · 856 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/* ==UserStyle==
@name asus.com - Dark Mode
@namespace nick2bad4u.github.io
@version 1.0.2
@description Easy Dark mode for Asus
@author Nick2bad4u
@license UnLicense
@homepageURL https://github.com/Nick2bad4u/UserStyles
@supportURL https://github.com/Nick2bad4u/UserStyles/issues
@updateURL https://userstyles.world/api/style/22508.user.css
@downloadURL https://github.com/Nick2bad4u/UserStyles/raw/refs/heads/main/Asus-DarkMode.user.css
==/UserStyle== */
@-moz-document domain("asus.com") {
/* Invert colors except images and videos */
html,
img,
svg,
video,
iframe,
[dir] .Header__headerWrapper__4ipKk,
.Footer__footerContainer__4paCr,
.mobileMenu.Header__headerMenu__lncT7 {
filter: invert(1) hue-rotate(180deg) !important;
}
.Header__header__iNAJ6 * {
fill: red !important;
}
}