diff --git a/src/main.css b/src/main.css index 3ff3260..05c71f6 100644 --- a/src/main.css +++ b/src/main.css @@ -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; + } diff --git a/src/pages/DashboardPage/DashboardPage.module.scss b/src/pages/DashboardPage/DashboardPage.module.scss index e10e8ff..e2b8c6d 100644 --- a/src/pages/DashboardPage/DashboardPage.module.scss +++ b/src/pages/DashboardPage/DashboardPage.module.scss @@ -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); }