Skip to content

Commit 041d3fa

Browse files
committed
style: update --color-link to warm orange for better readability
1 parent 1693e3c commit 041d3fa

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/lib/scss/_variables.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
:root {
2-
--color-link: rgba(255, 49, 0, 0.96);
2+
// Brand colours
3+
// Primary red is reserved for backgrounds (header, hero, footer accent).
4+
// Use --color-link for interactive text so it doesn't read as an alert.
5+
--color-link: rgba(220, 100, 45, 1);
36

47
// Fonts
58
--font--default: 'Roboto Slab Variable', sans-serif;

0 commit comments

Comments
 (0)