From 400f57afeb6b5595650f0b16496ef54fef0951c9 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Sun, 5 Oct 2025 21:51:17 +0200 Subject: feat(frontend): more readable color for link --- frontend/scss/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/scss/main.scss b/frontend/scss/main.scss index dc9283f..a837471 100644 --- a/frontend/scss/main.scss +++ b/frontend/scss/main.scss @@ -14,7 +14,7 @@ --color-dark: #dbf6f6; --color-light: hsl(202, 25%, 9%); --color-gray: #433b42; /* quote and legend */ - --color-rose: #b62f74; /* link accent */ + --color-rose: #a01a5e; /* link accent */ --color-light-rose: hsla(330, 86%, 67%, 0.2); /* link accent hover and highlight */ } -- cgit v1.2.3