Skip to content

Commit efd8d5d

Browse files
committed
style: adjust footer copyright link font weight and size for better readability
1 parent 3919cd5 commit efd8d5d

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

src/components/footer/Footer.svelte

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,24 +64,23 @@
6464
.footer_copyright {
6565
order: 2;
6666
font-size: 0.813rem;
67+
a {
68+
font-variation-settings: 'wght' 500;
69+
}
70+
@media (min-width: 960px) {
71+
font-size: 0.938rem;
72+
}
6773
@media (min-width: 1280px) {
6874
order: 1;
69-
.copyright {
70-
font-size: 110%;
71-
}
7275
}
7376
}
7477
@media (min-width: 960px) {
7578
font-size: 0.938em;
7679
}
7780
a {
7881
display: inline-block;
79-
font-size: 0.813rem;
8082
color: var(--c-link);
8183
text-decoration: none;
82-
@media (min-width: 960px) {
83-
font-size: 0.938rem;
84-
}
8584
&:hover {
8685
color: var(--c-link-hl);
8786
}

0 commit comments

Comments
 (0)