This commit is contained in:
WickedJack99
2022-09-21 16:39:14 +02:00
parent e7502b5b9d
commit fcefb0fcc0
15 changed files with 43 additions and 17 deletions

View File

@@ -1,3 +1,7 @@
body {
background-color: dimgray;
}
div.console {
background-color: lightgray;
color: black;

View File

@@ -0,0 +1,11 @@
body {
background-color: dimgray;
}
img.imageSquare {
align-self: center;
}
#image00 {
background-color: black;
}

View File

@@ -1,7 +1,4 @@
.current {
body {
background-color: dimgray;
color: black;
}
img.imageSquare {
align-self: center;
}