chore: remove unused css
This commit is contained in:
parent
510e07da4f
commit
98b6399c89
4 changed files with 3 additions and 5 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "24.0.0",
|
||||
"version": "24.0.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "coryd.dev",
|
||||
"version": "24.0.0",
|
||||
"version": "24.0.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@cdransf/api-text": "^1.5.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "24.0.0",
|
||||
"version": "24.0.1",
|
||||
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
@ -93,7 +93,6 @@ code {
|
|||
&.headphones > svg { stroke: var(--music); }
|
||||
&.heart-handshake > svg { stroke: var(--webrings); }
|
||||
&.info-square > svg { stroke: var(--about); }
|
||||
&.json > svg { stroke: var(--json); }
|
||||
&.link > svg { stroke: var(--links); }
|
||||
&.mail-plus > svg { stroke: var(--newsletter); }
|
||||
&.rss > svg { stroke: var(--brand-rss); }
|
||||
|
|
|
@ -55,7 +55,6 @@
|
|||
--concerts: #e75480;
|
||||
--error: #d92525;
|
||||
--favorite: #ff69b4;
|
||||
--json: #4169E1;
|
||||
--links: #9370db;
|
||||
--moon: #6a5acd;
|
||||
--music: #1e90ff;
|
||||
|
|
Reference in a new issue