chore: update icons

This commit is contained in:
Cory Dransfeldt 2024-12-02 15:52:01 -08:00
parent 0ced0001ff
commit 76a50caaee
No known key found for this signature in database
4 changed files with 12 additions and 12 deletions

16
package-lock.json generated
View file

@ -20,11 +20,11 @@
"@astrojs/check": "0.9.4",
"@astrojs/rss": "4.0.9",
"@astrojs/sitemap": "3.2.1",
"@cdransf/astro-tabler-icons": "1.2.0",
"@cdransf/astro-tabler-icons": "1.3.0",
"astro-embed": "0.9.0",
"date-fns": "4.1.0",
"date-fns-tz": "3.2.0",
"dotenv": "^16.4.5",
"dotenv": "^16.4.6",
"dotenv-flow": "^4.1.0",
"fast-xml-parser": "4.5.0",
"html-to-text": "9.0.5",
@ -694,9 +694,9 @@
}
},
"node_modules/@cdransf/astro-tabler-icons": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@cdransf/astro-tabler-icons/-/astro-tabler-icons-1.2.0.tgz",
"integrity": "sha512-hhQAz92ARR2aPr92ARW0ah2BARy1ntjX89eB83k/Z9AGmBtuS+4OOJqPvewAS/r3e45AwDJCQRBrc28XlPsQxg==",
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/@cdransf/astro-tabler-icons/-/astro-tabler-icons-1.3.0.tgz",
"integrity": "sha512-wfXTaRhU6FRxx++HEim5/DvCFxI3RIiXdqqwIotfsFXGN7yQGOslIeBET0JpmAKVmXFz/7FdekoW4lKUJFbS4A==",
"dev": true,
"license": "MIT"
},
@ -3550,9 +3550,9 @@
}
},
"node_modules/dotenv": {
"version": "16.4.5",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz",
"integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==",
"version": "16.4.6",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.6.tgz",
"integrity": "sha512-JhcR/+KIjkkjiU8yEpaB/USlzVi3i5whwOjpIRNGi9svKEXZSe+Qp6IWAjFjv+2GViAoDRCUv/QLNziQxsLqDg==",
"dev": true,
"license": "BSD-2-Clause",
"engines": {

View file

@ -24,11 +24,11 @@
"@astrojs/check": "0.9.4",
"@astrojs/rss": "4.0.9",
"@astrojs/sitemap": "3.2.1",
"@cdransf/astro-tabler-icons": "1.2.0",
"@cdransf/astro-tabler-icons": "1.3.0",
"astro-embed": "0.9.0",
"date-fns": "4.1.0",
"date-fns-tz": "3.2.0",
"dotenv": "^16.4.5",
"dotenv": "^16.4.6",
"dotenv-flow": "^4.1.0",
"fast-xml-parser": "4.5.0",
"html-to-text": "9.0.5",

View file

@ -191,7 +191,7 @@ ol {
--section-color: var(--link);
}
&.mail {
--section-color: var(--brand-fastmail);
--section-color: var(--brand-apple);
}
&.mail-plus {
--section-color: var(--newsletter);

View file

@ -39,9 +39,9 @@
--accent-color-hover: light-dark(var(--blue-600), var(--blue-100));
--accent-color-active: light-dark(var(--blue-600), var(--blue-100));
--brand-apple: light-dark(#973999, #ffb900);
--brand-buy-me-a-coffee: light-dark(#0d0c22, #ffdd00);
--brand-github: light-dark(#333, #f5f5f5);
--brand-fastmail: light-dark(#0067b9, #ffc107);
--brand-mastodon: light-dark(#563acc, #858afa);
--brand-npm: #cb3837;
--brand-rss: #f26522;