diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-10-05 21:51:17 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-10-05 21:51:17 +0200 |
| commit | 400f57afeb6b5595650f0b16496ef54fef0951c9 (patch) | |
| tree | 4ea9c8897dceed1fad66a109112586b4a428dc57 /frontend/scss | |
| parent | 34b09b976f0d1728a2155a4e4493f55837243f31 (diff) | |
feat(frontend): more readable color for link
Diffstat (limited to 'frontend/scss')
| -rw-r--r-- | frontend/scss/main.scss | 2 |
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 */ } |
