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

View file

@ -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); }

View file

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