File tree Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
1
/* gacc-transparency */
2
- html ,
3
- body ,
4
- .S7xv8 {
2
+ html , body {
5
3
background-color : transparent !important ;
6
4
background : none !important ;
7
5
border : none !important ;
12
10
border 0.5s ease-in-out,
13
11
box-shadow 0.5s ease-in-out !important ;
14
12
}
13
+
14
+ : root {
15
+ --gm3-sys-color-background : transparent !important ;
16
+ --gm3-sys-color-surface-container : transparent !important ;
17
+ --gm3-sys-color-surface-container-lowest : transparent !important ;
18
+ }
19
+
20
+ /* gacc-glass effect */
21
+ @media (prefers-color-scheme : dark) {
22
+ : root {
23
+ --gm3-sys-color-surface-container-lowest : # 0005 !important ;
24
+ }
25
+ }
26
+ @media (prefers-color-scheme : light) {
27
+ : root {
28
+ --gm3-sys-color-surface-container-lowest : # fff8 !important ;
29
+ }
30
+ }
You can’t perform that action at this time.
0 commit comments