File tree Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change 4
4
font-weight : 400 ;
5
5
6
6
color-scheme : light dark;
7
- color : rgba ( 255 , 255 , 255 , 0.87 ) ;
8
- background-color : # 242424 ;
7
+ color : # 213547 ;
8
+ background-color : # ffffff ;
9
9
10
10
font-synthesis : none;
11
11
text-rendering : optimizeLegibility;
18
18
19
19
a {
20
20
font-weight : 500 ;
21
- color : # 0F71BE ;
21
+ color : var ( --defangdark ) ;
22
22
text-decoration : inherit;
23
23
}
24
24
@@ -42,13 +42,15 @@ button {
42
42
font-size : 1em ;
43
43
font-weight : 500 ;
44
44
font-family : inherit;
45
- background-color : # 1a1a1a ;
45
+ background-color : # efefef ;
46
46
cursor : pointer;
47
47
transition : border-color 0.25s ;
48
48
}
49
+
49
50
button : hover {
50
- border-color : # 28A2E9 ;
51
+ border-color : var ( --defanglight ) ;
51
52
}
53
+
52
54
button : focus ,
53
55
button : focus-visible {
54
56
outline : 4px auto -webkit-focus-ring-color;
@@ -64,27 +66,27 @@ button:focus-visible {
64
66
will-change : filter;
65
67
transition : filter 300ms ;
66
68
}
69
+
67
70
.logo : hover {
68
71
filter : drop-shadow (0 0 2em # 54b5ff );
69
72
}
70
73
71
-
72
74
# app {
73
75
max-width : 1280px ;
74
76
margin : 0 auto;
75
77
padding : 2rem ;
76
78
text-align : center;
77
79
}
78
80
79
- @media (prefers-color-scheme : light ) {
81
+ @media (prefers-color-scheme : dark ) {
80
82
: root {
81
- color : # 213547 ;
82
- background-color : # ffffff ;
83
+ color : # ffffff ;
84
+ background-color : # 213547 ;
83
85
}
84
86
a {
85
- color : # 0F71BE ;
87
+ color : var ( --defanglight ) ;
86
88
}
87
89
button {
88
- background-color : # f9f9f9 ;
90
+ background-color : # ffffff ;
89
91
}
90
92
}
You can’t perform that action at this time.
0 commit comments