Update src/app/styles/base.css

This commit is contained in:
2026-05-30 13:32:35 +00:00
parent d8de2764dd
commit 95c00889c5

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-inter), sans-serif;
font-family: var(--font-libre-baskerville), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;