File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change 1
1
: root {
2
2
--purple-hsl : 240 , 61% , 52% ;
3
3
--overlay-blurple : hsla (var (--purple-hsl ), 0.2 );
4
+ --dark-purple-hsl : 240 , 15% , 15% ;
4
5
}
5
6
6
7
: root [data-theme = "light" ] {
18
19
background-attachment : fixed;
19
20
}
20
21
21
- [data-has-hero ] header {
22
- background-color : transparent;
22
+ .card {
23
+ background-color : rgba (0 , 0 , 0 , 0.3 );
24
+ border-radius : 10px ;
23
25
}
24
26
25
- [data-has-hero ] .hero > img {
26
- filter : drop-shadow (0 0 3rem var (--overlay-blurple ));
27
+ : root [data-theme = "light" ] .card {
28
+ background-color : rgba (255 , 255 , 255 , 0.5 );
29
+ }
30
+
31
+ .page header ,
32
+ .page .sidebar-pane {
33
+ background-color : hsla (var (--dark-purple-hsl ), 0.95 );
34
+ }
35
+ : root [data-theme = "light" ] .page header ,
36
+ : root [data-theme = "light" ] .page .sidebar-pane {
37
+ background-color : rgba (255 , 255 , 255 , 0.5 );
27
38
}
You can’t perform that action at this time.
0 commit comments