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 {