0028
This commit is contained in:
@@ -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;
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
body {
|
||||
background-color: dimgray;
|
||||
color: snow;
|
||||
}
|
||||
|
||||
img.imageSquare {
|
||||
@@ -8,4 +9,8 @@ img.imageSquare {
|
||||
|
||||
#image00 {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
a {
|
||||
color: lightseagreen;
|
||||
}
|
||||
@@ -1,4 +1,8 @@
|
||||
body {
|
||||
background-color: dimgray;
|
||||
color: black;
|
||||
color: snow;
|
||||
}
|
||||
|
||||
a {
|
||||
color: lightseagreen;
|
||||
}
|
||||
Reference in New Issue
Block a user