chore(vars.css): update mail icon colors to match Stalwart

This commit is contained in:
Cory Dransfeldt 2025-04-07 20:26:50 -07:00
parent 6f74e6d158
commit 995202b1d6
No known key found for this signature in database
4 changed files with 8 additions and 8 deletions

View file

@ -194,7 +194,7 @@ ol {
--section-color: var(--link);
}
&.mail {
--section-color: var(--brand-proton);
--section-color: var(--brand-stalwart);
}
&.mail-plus {
--section-color: var(--newsletter);

View file

@ -44,8 +44,8 @@
--brand-github: light-dark(#333, #f5f5f5);
--brand-mastodon: light-dark(#563acc, #858afa);
--brand-npm: #cb3837;
--brand-proton: light-dark(#6d4af6, #c4b7ff);
--brand-rss: light-dark(#c24f19, #f26522);
--brand-stalwart: light-dark(#db2c53, #d999a7);
--article: light-dark(#007272, #00ffff);
--about: light-dark(#e4513a, #ff967d);