From f29be39fee9b78a08769531d68eda584403ec56d Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Thu, 28 Dec 2023 19:49:17 -0800 Subject: [PATCH] chore: remove unnecessary styles --- src/assets/styles/index.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/assets/styles/index.css b/src/assets/styles/index.css index 45484537..b9021192 100644 --- a/src/assets/styles/index.css +++ b/src/assets/styles/index.css @@ -1231,7 +1231,6 @@ textarea { a { color: var(--blue-400); - stroke: var(--blue-400); } a:hover, @@ -1250,11 +1249,8 @@ textarea { } .main__title h1 a, - .now__topper h2 a, - article a h2, footer .links__secondary a { color: var(--white); - stroke: var(--white); } .main__title h1 a:hover,