+3
assets/style.css
+3
assets/style.css
···
11
11
12
12
--background-color: var(--color-1);
13
13
--text-color: var(--color-2);
14
+
--text-underline-color: #073b4c40;
14
15
15
16
--grid-max-width: 760px;
16
17
--hero-max-width: 1080px;
···
48
49
}
49
50
a[href] {
50
51
color: inherit;
52
+
text-decoration-color: var(--text-underline-color);
51
53
}
52
54
a[href]:hover {
55
+
text-decoration-color: var(--text-color);
53
56
text-decoration-thickness: 2px;
54
57
}
55
58