File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 8
8
font-size : 20px ;
9
9
font-family : system-ui;
10
10
padding : 10px ;
11
+ background-color : # e8e8e8 ;
11
12
}
12
13
13
14
a {
17
18
display : inline-block;
18
19
}
19
20
21
+ h3 {
22
+ position : sticky;
23
+ top : 0 ;
24
+ background-color : rgba (255 , 255 , 255 , 0.9 );
25
+ display : inline-block;
26
+ padding : 0.5em ;
27
+ border-radius : 0.5em ;
28
+ }
29
+
20
30
div + div {
21
31
margin-top : 0.5em 0 ;
22
32
}
28
38
border : none;
29
39
}
30
40
41
+ a {
42
+ color : rgb (0 , 100 , 255 );
43
+ text-decoration : none;
44
+ }
45
+
31
46
.mobile {
32
47
color : lightgray;
33
48
}
49
+
50
+ @media (prefers-color-scheme : dark) {
51
+ body , html {
52
+ background-color : # 222 ;
53
+ }
54
+
55
+ h3 {
56
+ background-color : rgba (40 , 40 , 40 , 0.9 );
57
+ color : white;
58
+ }
59
+ }
34
60
</ style >
35
61
</ head >
36
62
< body >
You can’t perform that action at this time.
0 commit comments