chore: remove unused css

This commit is contained in:
Cory Dransfeldt 2024-08-25 11:21:42 -07:00
parent 510e07da4f
commit 98b6399c89
No known key found for this signature in database
4 changed files with 3 additions and 5 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "24.0.0", "version": "24.0.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "24.0.0", "version": "24.0.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": "24.0.0", "version": "24.0.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

@ -93,7 +93,6 @@ code {
&.headphones > svg { stroke: var(--music); } &.headphones > svg { stroke: var(--music); }
&.heart-handshake > svg { stroke: var(--webrings); } &.heart-handshake > svg { stroke: var(--webrings); }
&.info-square > svg { stroke: var(--about); } &.info-square > svg { stroke: var(--about); }
&.json > svg { stroke: var(--json); }
&.link > svg { stroke: var(--links); } &.link > svg { stroke: var(--links); }
&.mail-plus > svg { stroke: var(--newsletter); } &.mail-plus > svg { stroke: var(--newsletter); }
&.rss > svg { stroke: var(--brand-rss); } &.rss > svg { stroke: var(--brand-rss); }

View file

@ -55,7 +55,6 @@
--concerts: #e75480; --concerts: #e75480;
--error: #d92525; --error: #d92525;
--favorite: #ff69b4; --favorite: #ff69b4;
--json: #4169E1;
--links: #9370db; --links: #9370db;
--moon: #6a5acd; --moon: #6a5acd;
--music: #1e90ff; --music: #1e90ff;