core: better card styling and var name cleaning

This commit is contained in:
Trianta
2024-08-09 18:46:40 -05:00
parent 71dfedb6ee
commit 157b9c36fa
3 changed files with 25 additions and 16 deletions
+8 -2
View File
@@ -16,7 +16,7 @@ body {
border-bottom-right-radius: 18px;
}
.nav-item {
.navItem {
margin: 6px;
margin-top: 0px;
padding: 8px;
@@ -37,6 +37,10 @@ body {
/*background: #1e2030;*/
}
.cardStats {
font-size: 18px;
}
h1 {
width: 130px;
text-align: center;
@@ -121,9 +125,11 @@ a.button {
border-top-left-radius: 18px;
border-top-right-radius: 18px;
animation: card 3s linear infinite;
max-width: 800px;
margin: 0px auto;
}
.card-top {
.cardTop {
background: #1e2030;
border-top-left-radius: 18px;
border-top-right-radius: 18px;