fix(base/index.css): add missing class for forgejo coloring
This commit is contained in:
parent
d73444d714
commit
58c4ff29c0
3 changed files with 4 additions and 3 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "1.1.3",
|
||||
"version": "1.1.4",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "coryd.dev",
|
||||
"version": "1.1.3",
|
||||
"version": "1.1.4",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"minisearch": "^7.1.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "1.1.3",
|
||||
"version": "1.1.4",
|
||||
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
||||
"type": "module",
|
||||
"engines": {
|
||||
|
|
|
@ -119,6 +119,7 @@ ol {
|
|||
.favorite,
|
||||
.forgejo,
|
||||
.github,
|
||||
.git-merge,
|
||||
.headphones,
|
||||
.heart-handshake,
|
||||
.info-circle,
|
||||
|
|
Loading…
Reference in a new issue