aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */
}