This commit is contained in:
WickedJack99
2022-09-21 17:18:35 +02:00
parent 86e91a6c57
commit 67bff3faa7
8 changed files with 13 additions and 9 deletions

View File

@@ -1,11 +1,12 @@
body {
background-color: #121212;
color: snow;
opacity: 0.10;
color: white;
}
div.console {
background-color: darkslategrey;
color: snow;
color: white;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
@@ -21,4 +22,5 @@ div.outerDiv {
a {
color: lightseagreen;
text-decoration: none;
}

View File

@@ -1,6 +1,6 @@
body {
background-color: #121212;
color: snow;
color: white;
}
img.imageSquare {
@@ -13,4 +13,5 @@ img.imageSquare {
a {
color: lightseagreen;
text-decoration: none;
}

View File

@@ -1,8 +1,9 @@
body {
background-color: #121212;
color: snow;
color: white;
}
a {
color: lightseagreen;
text-decoration: none;
}