added correct filenames to _list.json
This commit is contained in:
8
dist/assets/mods/_list.json
vendored
8
dist/assets/mods/_list.json
vendored
@@ -2,5 +2,13 @@
|
|||||||
{
|
{
|
||||||
"name": "Life Engine Extended",
|
"name": "Life Engine Extended",
|
||||||
"value": "https://lifeengineextended.github.io/"
|
"value": "https://lifeengineextended.github.io/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Camo/Healer Cells",
|
||||||
|
"value": "https://lifeenginelocal.netlify.app/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Neural Networks",
|
||||||
|
"value": "https://bboettcher3.github.io/LifeEngine/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
4
dist/css/style.css
vendored
4
dist/css/style.css
vendored
@@ -163,6 +163,10 @@ input:hover,input:active {
|
|||||||
background-color: var(--btn-hover);
|
background-color: var(--btn-hover);
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
.tabnav p:active {
|
||||||
|
background-color: var(--btn-click);
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
.open-tab {
|
.open-tab {
|
||||||
background-color: var(--tab-active);
|
background-color: var(--tab-active);
|
||||||
color: black;
|
color: black;
|
||||||
|
|||||||
Reference in New Issue
Block a user