core: actually change bg
This commit is contained in:
parent
ccd9b38129
commit
c49a4081f5
12
default.css
12
default.css
@ -14,7 +14,7 @@
|
|||||||
body {
|
body {
|
||||||
font-family: Arial, sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
color: #06CDFF;
|
color: #06CDFF;
|
||||||
background: #003161;
|
background: #03001C;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
margin-inline: auto;
|
margin-inline: auto;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
@ -28,11 +28,11 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.first {
|
.first {
|
||||||
background: #003161;
|
background: #03001C;
|
||||||
}
|
}
|
||||||
|
|
||||||
.second {
|
.second {
|
||||||
background: #003161;
|
background: #03001C;
|
||||||
}
|
}
|
||||||
|
|
||||||
#navigation {
|
#navigation {
|
||||||
@ -51,7 +51,7 @@ body {
|
|||||||
|
|
||||||
.navItem {
|
.navItem {
|
||||||
color: #06CDFF;
|
color: #06CDFF;
|
||||||
background-color: #301E67;
|
background-color: #03001C;
|
||||||
margin: 6px;
|
margin: 6px;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
@ -94,7 +94,7 @@ h2 {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
background: #003161;
|
background: #03001C;
|
||||||
border-radius: 24px;
|
border-radius: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -152,5 +152,5 @@ a.button {
|
|||||||
#pong {
|
#pong {
|
||||||
margin: 6px;
|
margin: 6px;
|
||||||
border-radius: 9px;
|
border-radius: 9px;
|
||||||
background: #003161;
|
background: #03001C;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user