This commit is contained in:
WickedJack99
2022-09-21 16:46:36 +02:00
parent fcefb0fcc0
commit 8c73945cd0
8 changed files with 22 additions and 8 deletions

View File

@@ -1,10 +1,11 @@
body {
background-color: dimgray;
color: snow;
}
div.console {
background-color: lightgray;
color: black;
background-color: darkslategrey;
color: snow;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
@@ -14,4 +15,8 @@ div.console {
div.outerDiv {
padding-left: 50px;
padding-right: 50px;
}
a {
color: lightseagreen;
}