File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 box-sizing : border-box;
33 min-height : 100vh ;
44 margin : 0 max (0px , calc (32vw - 400px ));
5- color : hsl (0 0% 10 % );
5+ color : hsl (0 0% 20 % );
66 font-family : "Commissioner" , "cwTeX Q Hei" , sans-serif;
77 line-height : 1.4 ;
88 font-variation-settings : "FLAR" 100 ;
@@ -20,7 +20,7 @@ header {
2020h1 {
2121 margin : calc (0.8 * var (--head-unit ));
2222 padding : 0 calc (0.8 * var (--head-unit ));
23- color : hsl (0 0% 10 % );
23+ color : hsl (0 0% 20 % );
2424 font : inherit;
2525 text-shadow : calc (-0.06 * var (--head-unit )) var (--header-text-shadow );
2626 transition : var (--transition-duration ) font-weight,
7777a {
7878 color : inherit;
7979 text-decoration-line : underline;
80- text-decoration-color : hsl (var (--accent-hue ) 66% 66 % );
80+ text-decoration-color : hsl (var (--accent-hue ) 66% 45 % );
8181 text-decoration-thickness : 2px ;
8282 text-underline-offset : 3px ;
8383 transition : var (--transition-duration ) text-decoration-color;
8484}
8585
8686a : hover {
87- text-decoration-color : hsl (var (--accent-hue ) 66% 77 % );
87+ text-decoration-color : hsl (var (--accent-hue ) 66% 60 % );
8888}
8989
9090.hidden-link {
You can’t perform that action at this time.
0 commit comments