core: remove border radius and change button colors

This commit is contained in:
Trianta 2024-12-09 23:34:12 -06:00
parent 158239726c
commit 50f1462738

View File

@ -44,9 +44,9 @@ body {
.navItem { .navItem {
background-color: #03001C; background-color: #03001C;
border: solid 2px #06CDFF; border: solid 4px #301E67;
border-radius: 12px; border-radius: 12px;
color: #06CDFF; color: #301E67;
display: inline-block; display: inline-block;
margin: 6px; margin: 6px;
margin-top: 0px; margin-top: 0px;
@ -55,7 +55,6 @@ body {
#top { #top {
margin-bottom: 6px; margin-bottom: 6px;
border-radius: 16px;
border-top-left-radius: 0px; border-top-left-radius: 0px;
margin: 4px auto; margin: 4px auto;
margin-top: 0px; margin-top: 0px;
@ -67,7 +66,7 @@ body {
display: inline-block; display: inline-block;
width: 60rem; width: 60rem;
vertical-align: middle; vertical-align: middle;
border: solid 2px #06CDFF; border: solid 4px #06CDFF;
} }
.stats { .stats {
@ -86,7 +85,6 @@ h1 {
h2 { h2 {
background: #03001C; background: #03001C;
border-radius: 24px;
color: #03001C; color: #03001C;
margin: auto; margin: auto;
padding: 8px; padding: 8px;
@ -109,7 +107,6 @@ a {
} }
a:hover, a:active { a:hover, a:active {
border-radius: 12px;
text-decoration: underline; text-decoration: underline;
} }
@ -138,7 +135,6 @@ a.button {
.card { .card {
text-align: center; text-align: center;
border-radius: 18px;
height: 800px; height: 800px;
margin: 0px auto; margin: 0px auto;
margin-top: 25px; margin-top: 25px;
@ -147,6 +143,5 @@ a.button {
#pong { #pong {
margin: 6px; margin: 6px;
border-radius: 9px;
background: #03001C; background: #03001C;
} }