Removed stat component

- Slight redesign and clean up
This commit is contained in:
Tony Bark 2024-09-09 05:42:36 -04:00
parent ab6a929add
commit f21e9f658d
5 changed files with 24 additions and 19 deletions

View file

@ -1,6 +1,7 @@
.logo.blazor:hover {
filter: drop-shadow(0 0 2em #5c2d91);
}
:root {
font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
font-size: 16px;
@ -17,7 +18,8 @@
-webkit-text-size-adjust: 100%;
}
.container {
.container,
footer {
margin: 0;
padding-top: 10vh;
display: flex;
@ -77,6 +79,7 @@ button {
button:hover {
border-color: #396cd8;
}
button:active {
border-color: #396cd8;
background-color: #e8e8e8;
@ -106,7 +109,8 @@ button {
color: #ffffff;
background-color: #0f0f0f98;
}
button:active {
background-color: #0f0f0f69;
}
}
}