Update src/app/styles/base.css

This commit is contained in:
2026-04-26 18:14:45 +00:00
parent 0b92b37f0a
commit ff1dbf4a8f

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-source-sans-3), sans-serif;
font-family: var(--font-libre-baskerville), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-source-sans-3), sans-serif;
font-family: var(--font-libre-baskerville), sans-serif;
}