-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathBrawlhalla-DarkMode.user.css
More file actions
42 lines (38 loc) · 1.14 KB
/
Brawlhalla-DarkMode.user.css
File metadata and controls
42 lines (38 loc) · 1.14 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
/* ==UserStyle==
@name brawlhalla.com - Dark Mode
@namespace nick2bad4u.github.io
@version 1.1.0
@description Dark Mode for Brawlhalla Website
@author Nick2bad4u
@license UnLicense
@homepageURL https://github.com/Nick2bad4u/UserStyles
@supportURL https://github.com/Nick2bad4u/UserStyles/issues
@downloadURL https://github.com/Nick2bad4u/UserStyles/raw/refs/heads/main/Brawlhalla-DarkMode.user.css
@updateURL https://github.com/Nick2bad4u/UserStyles/raw/refs/heads/main/Brawlhalla-DarkMode.user.css
==/UserStyle== */
@-moz-document domain("brawlhalla.com") {
:root {
--highlight: #30f1dd;
--blue: #073747;
--cyan: #0d5268;
--blue-cyan: #0a475c;
--off-white: #f3f3f3;
--orange: #f49b0c;
--yellow: #ffed2e;
--dark-1: #0b283f;
}
/* Invert colors except images and videos */
html,
img,
svg,
video,
iframe {
filter: invert(1) hue-rotate(180deg) !important;
}
.svelte-xktl6u div.svelte-xktl6u div.svelte-xktl6u {
filter: invert(1) hue-rotate(180deg) !important;
}
.container.svelte-mdwp6y.svelte-mdwp6y.svelte-mdwp6y.svelte-mdwp6y.svelte-mdwp6y {
background: #fff !important;
}
}