This commit is contained in:
AntoninoP 2024-06-27 00:05:32 +02:00
parent f44a521c37
commit 54a12900bb
2 changed files with 3 additions and 5 deletions

View File

@ -2,7 +2,6 @@ html{
font-size: 12px;
}
:root {
--navbar-height: 5rem;
--navbar-background-color: #333;
@ -16,4 +15,6 @@ html{
--card-bg-color: #1E2227;
--main-bg-color: #23272E;
--text-color: white;
--text-color-black: black;
}

View File

@ -1,12 +1,9 @@
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
overflow-x: hidden;
font-family: 'Inter', system-ui, Avenir, Helvetica, Arial, sans-serif;
background-color: var(--main-bg-color);
color: var(--text-color);
}