chore: color
This commit is contained in:
parent
82e82d459a
commit
2375bc9f29
4 changed files with 8 additions and 8 deletions
10
package-lock.json
generated
10
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "2.4.12",
|
"version": "2.4.13",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "2.4.12",
|
"version": "2.4.13",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@11ty/eleventy-fetch": "4.0.1",
|
"@11ty/eleventy-fetch": "4.0.1",
|
||||||
|
@ -5360,9 +5360,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/tslib": {
|
"node_modules/tslib": {
|
||||||
"version": "2.8.0",
|
"version": "2.8.1",
|
||||||
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.0.tgz",
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
||||||
"integrity": "sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==",
|
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "0BSD"
|
"license": "0BSD"
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "2.4.12",
|
"version": "2.4.13",
|
||||||
"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": {
|
||||||
|
|
|
@ -179,7 +179,7 @@ svg {
|
||||||
--section-color: var(--link);
|
--section-color: var(--link);
|
||||||
}
|
}
|
||||||
&.mail {
|
&.mail {
|
||||||
--section-color: var(--brand-gmail);
|
--section-color: var(--brand-fastmail);
|
||||||
}
|
}
|
||||||
&.mail-plus {
|
&.mail-plus {
|
||||||
--section-color: var(--newsletter);
|
--section-color: var(--newsletter);
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
|
|
||||||
--brand-buy-me-a-coffee: #ff5f5f;
|
--brand-buy-me-a-coffee: #ff5f5f;
|
||||||
--brand-github: light-dark(#333, #f5f5f5);
|
--brand-github: light-dark(#333, #f5f5f5);
|
||||||
--brand-gmail: #ea4335;
|
--brand-fastmail: light-dark(#0067b9, #ffc107);
|
||||||
--brand-listenbrainz: #e97941;
|
--brand-listenbrainz: #e97941;
|
||||||
--brand-mastodon: #6364ff;
|
--brand-mastodon: #6364ff;
|
||||||
--brand-npm: #cc3534;
|
--brand-npm: #cc3534;
|
||||||
|
|
Reference in a new issue