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

10
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "1.2.15", "version": "1.2.16",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "1.2.15", "version": "1.2.16",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"minisearch": "^7.1.2", "minisearch": "^7.1.2",
@ -1825,9 +1825,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/electron-to-chromium": { "node_modules/electron-to-chromium": {
"version": "1.5.132", "version": "1.5.134",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.132.tgz", "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.134.tgz",
"integrity": "sha512-QgX9EBvWGmvSRa74zqfnG7+Eno0Ak0vftBll0Pt2/z5b3bEGYL6OUXLgKPtvx73dn3dvwrlyVkjPKRRlhLYTEg==", "integrity": "sha512-zSwzrLg3jNP3bwsLqWHmS5z2nIOQ5ngMnfMZOWWtXnqqQkPVyOipxK98w+1beLw1TB+EImPNcG8wVP/cLVs2Og==",
"dev": true, "dev": true,
"license": "ISC" "license": "ISC"
}, },

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "1.2.15", "version": "1.2.16",
"description": "The source for my personal site. Built using 11ty (and other tools).", "description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module", "type": "module",
"engines": { "engines": {

View file

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

View file

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