From 83dcae44415e08415295b50abd29297ec0472222 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Thu, 17 Oct 2024 20:49:06 -0700 Subject: [PATCH] make links less neon --- src/styles/css-config/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/css-config/base.css b/src/styles/css-config/base.css index 2191537..6b2cd3f 100644 --- a/src/styles/css-config/base.css +++ b/src/styles/css-config/base.css @@ -42,7 +42,7 @@ html { --text: var(--white) 0 0; --text-dark: var(--white) 0 18; --text-darker: var(--white) 0 30; - --link: var(--accent-600); + --link: var(--green) 74 39; --prop-color: 350 78 70; --prop-link-color: 350 78 60; --func-color: 50 68 50; @@ -93,7 +93,7 @@ html.dark { --text: var(--white) 0 100; --text-dark: var(--white) 0 70; --text-darker: var(--white) 0 40; - --link: var(--accent-500); + --link: var(--green) 76 54; --prop-color: 350 78 70; --prop-link-color: 350 78 60; --func-color: 50 78 70;