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",
|
"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",
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -119,6 +119,7 @@ ol {
|
||||||
.favorite,
|
.favorite,
|
||||||
.forgejo,
|
.forgejo,
|
||||||
.github,
|
.github,
|
||||||
|
.git-merge,
|
||||||
.headphones,
|
.headphones,
|
||||||
.heart-handshake,
|
.heart-handshake,
|
||||||
.info-circle,
|
.info-circle,
|
||||||
|
|
Loading…
Reference in a new issue