COLOR CHANGE - buttons have logo color but faded

This commit is contained in:
Priec
2026-06-26 22:28:45 +02:00
parent 3df88b4cee
commit 5dcc8028b2
2 changed files with 4 additions and 3 deletions

View File

@@ -53,8 +53,9 @@
--color-outline-strong: #4c4f69; /* Text */ --color-outline-strong: #4c4f69; /* Text */
/* CTA: solid fill for large/filled buttons + the contact block. The vivid /* CTA: solid fill for large/filled buttons + the contact block. The vivid
* logo blue (--color-primary) is reserved for tiny accents (links, hover * logo blue (--color-primary) is reserved for tiny accents (links, hover
* tints, badges); a calmer Latte blue reads better across big surfaces. */ * tints, badges); the CTA color is the logo blue itself, just with alpha so
--color-cta: #1e66f5; * big buttons read as a translucent tint rather than the full vivid fill. */
--color-cta: rgba(22, 0, 255, 0.85);
--color-on-cta: #eff1f5; --color-on-cta: #eff1f5;
/* dark mode — Gruvbox dark palette (https://github.com/morhetz/gruvbox) /* dark mode — Gruvbox dark palette (https://github.com/morhetz/gruvbox)

File diff suppressed because one or more lines are too long