chore: styles

This commit is contained in:
Cory Dransfeldt 2024-08-15 15:29:47 -07:00
parent 0b67040fe8
commit 65e41fac94
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "22.4.0", "version": "22.4.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "22.4.0", "version": "22.4.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@cdransf/api-text": "^1.5.0", "@cdransf/api-text": "^1.5.0",

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "22.4.0", "version": "22.4.1",
"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",
"scripts": { "scripts": {

View file

@ -80,13 +80,13 @@ code {
/* social icons */ /* social icons */
:is(body, html, nav) a { :is(body, html, nav) a {
&.brand-gmail > svg { stroke: var(--brand-gmail); } &.mail > svg { stroke: var(--brand-gmail); }
&.brand-github > svg { stroke: var(--brand-github); } &.brand-github > svg { stroke: var(--brand-github); }
&.brand-npm > svg { stroke: var(--brand-npm); } &.brand-npm > svg { stroke: var(--brand-npm); }
&.brand-mastodon > svg { stroke: var(--brand-mastodon); } &.brand-mastodon > svg { stroke: var(--brand-mastodon); }
&.article > svg { stroke: var(--posts); } &.article > svg { stroke: var(--posts); }
&.books > svg { stroke: var(--books); } &.books > svg { stroke: var(--books); }
&.clock-hour-3 > svg { stroke: var(--now); } &.device-watch > svg { stroke: var(--now); }
&.coffee > svg { stroke: var(--brand-buy-me-a-coffee); } &.coffee > svg { stroke: var(--brand-buy-me-a-coffee); }
&.device-tv-old > svg { stroke: var(--tv); } &.device-tv-old > svg { stroke: var(--tv); }
&.favorite > svg { stroke: var(--favorite); } &.favorite > svg { stroke: var(--favorite); }