This commit is contained in:
WickedJack99
2022-09-21 17:37:13 +02:00
parent 722b49978a
commit 84993abd6b
10 changed files with 28 additions and 17 deletions

View File

@@ -4,6 +4,10 @@ body {
color: white;
}
.current {
color: white;
}
div.console {
background-color: darkslategrey;
color: white;

View File

@@ -3,12 +3,13 @@ body {
color: white;
}
img.imageSquare {
align-self: center;
.current {
color: white;
}
#image00 {
background-color: black;
align-items: center;
}
a {

View File

@@ -3,6 +3,10 @@ body {
color: white;
}
.current {
color: white;
}
a {
color: lightseagreen;
}