chore: remove unused vars

This commit is contained in:
Cory Dransfeldt 2024-10-31 05:25:08 -07:00
parent 0085980879
commit ab01184c5c
No known key found for this signature in database
3 changed files with 3 additions and 7 deletions
package-lock.jsonpackage.json
src/assets/styles/defaults

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "coryd.dev",
"version": "2.4.10",
"version": "2.4.11",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "2.4.10",
"version": "2.4.11",
"license": "MIT",
"dependencies": {
"@11ty/eleventy-fetch": "4.0.1",

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "2.4.10",
"version": "2.4.11",
"description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module",
"engines": {

View file

@ -46,10 +46,6 @@
--brand-npm: #cc3534;
--brand-rss: #f26522;
--moon: #6a5acd;
--sun: #ffa500;
--twilight: #9e7485;
--article: light-dark(#007272, #00ffff);
--about: light-dark(#e4513a, #ff967d);
--books: light-dark(#1a7b1a, #6fff6f);