added correct filenames to _list.json

This commit is contained in:
MaxRobinsonTheGreat
2023-04-18 10:38:43 -05:00
parent 6f25358fdf
commit d77e8c12f6
2 changed files with 12 additions and 0 deletions

View File

@@ -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
View File

@@ -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;