fix(base/index.css): add missing class for forgejo coloring

This commit is contained in:
Cory Dransfeldt 2025-03-28 18:18:46 -07:00
parent d73444d714
commit 58c4ff29c0
No known key found for this signature in database
3 changed files with 4 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "1.1.3", "version": "1.1.4",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "1.1.3", "version": "1.1.4",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"minisearch": "^7.1.2", "minisearch": "^7.1.2",

View file

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

View file

@ -119,6 +119,7 @@ ol {
.favorite, .favorite,
.forgejo, .forgejo,
.github, .github,
.git-merge,
.headphones, .headphones,
.heart-handshake, .heart-handshake,
.info-circle, .info-circle,