chore: remove unnecessary styles

This commit is contained in:
Cory Dransfeldt 2023-12-28 19:49:17 -08:00
parent 8123bfb62f
commit f29be39fee

View file

@ -1231,7 +1231,6 @@ textarea {
a { a {
color: var(--blue-400); color: var(--blue-400);
stroke: var(--blue-400);
} }
a:hover, a:hover,
@ -1250,11 +1249,8 @@ textarea {
} }
.main__title h1 a, .main__title h1 a,
.now__topper h2 a,
article a h2,
footer .links__secondary a { footer .links__secondary a {
color: var(--white); color: var(--white);
stroke: var(--white);
} }
.main__title h1 a:hover, .main__title h1 a:hover,