aboutsummaryrefslogtreecommitdiff
path: root/frontend/scss/main.scss
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2025-10-05 21:51:17 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2025-10-05 21:51:17 +0200
commit400f57afeb6b5595650f0b16496ef54fef0951c9 (patch)
tree4ea9c8897dceed1fad66a109112586b4a428dc57 /frontend/scss/main.scss
parent34b09b976f0d1728a2155a4e4493f55837243f31 (diff)
feat(frontend): more readable color for link
Diffstat (limited to 'frontend/scss/main.scss')
-rw-r--r--frontend/scss/main.scss2
1 files changed, 1 insertions, 1 deletions
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 */
}