core: remove border radius and change button colors
This commit is contained in:
parent
158239726c
commit
50f1462738
11
default.css
11
default.css
@ -44,9 +44,9 @@ body {
|
||||
|
||||
.navItem {
|
||||
background-color: #03001C;
|
||||
border: solid 2px #06CDFF;
|
||||
border: solid 4px #301E67;
|
||||
border-radius: 12px;
|
||||
color: #06CDFF;
|
||||
color: #301E67;
|
||||
display: inline-block;
|
||||
margin: 6px;
|
||||
margin-top: 0px;
|
||||
@ -55,7 +55,6 @@ body {
|
||||
|
||||
#top {
|
||||
margin-bottom: 6px;
|
||||
border-radius: 16px;
|
||||
border-top-left-radius: 0px;
|
||||
margin: 4px auto;
|
||||
margin-top: 0px;
|
||||
@ -67,7 +66,7 @@ body {
|
||||
display: inline-block;
|
||||
width: 60rem;
|
||||
vertical-align: middle;
|
||||
border: solid 2px #06CDFF;
|
||||
border: solid 4px #06CDFF;
|
||||
}
|
||||
|
||||
.stats {
|
||||
@ -86,7 +85,6 @@ h1 {
|
||||
|
||||
h2 {
|
||||
background: #03001C;
|
||||
border-radius: 24px;
|
||||
color: #03001C;
|
||||
margin: auto;
|
||||
padding: 8px;
|
||||
@ -109,7 +107,6 @@ a {
|
||||
}
|
||||
|
||||
a:hover, a:active {
|
||||
border-radius: 12px;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
@ -138,7 +135,6 @@ a.button {
|
||||
|
||||
.card {
|
||||
text-align: center;
|
||||
border-radius: 18px;
|
||||
height: 800px;
|
||||
margin: 0px auto;
|
||||
margin-top: 25px;
|
||||
@ -147,6 +143,5 @@ a.button {
|
||||
|
||||
#pong {
|
||||
margin: 6px;
|
||||
border-radius: 9px;
|
||||
background: #03001C;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user