From cc8bdf017b0451ff4f99a6937a1bd8a80ac0c369 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 10 Jun 2025 17:08:44 -0700 Subject: [PATCH] chore(base/index.css): update calendar icon styles --- package-lock.json | 4 ++-- package.json | 2 +- src/assets/styles/base/index.css | 4 +++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0d0a56b..34bb5a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "9.2.4", + "version": "9.2.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "9.2.4", + "version": "9.2.5", "license": "MIT", "dependencies": { "minisearch": "^7.1.2", diff --git a/package.json b/package.json index 7eac292..4897784 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "9.2.4", + "version": "9.2.5", "description": "The source for my personal site. Built using 11ty (and other tools).", "type": "module", "engines": { diff --git a/src/assets/styles/base/index.css b/src/assets/styles/base/index.css index fe4ef9a..aac80b3 100644 --- a/src/assets/styles/base/index.css +++ b/src/assets/styles/base/index.css @@ -110,6 +110,7 @@ ol { .brand-mastodon, .brand-npm, .calendar, +.calendar-plus, .coffee, .concerts, .country, @@ -153,7 +154,8 @@ ol { &.brand-npm { --section-color: var(--brand-npm); } - &.calendar { + &.calendar, + &.calendar-plus { --section-color: var(--calendar); } &.coffee {