Skip to content

Commit adfa879

Browse files
authored
Adjust color values in styles.css
1 parent 047891b commit adfa879

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/styles.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ body {
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 {
2020
h1 {
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,
@@ -77,14 +77,14 @@ em {
7777
a {
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

8686
a: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 {

0 commit comments

Comments
 (0)