diff --git a/src/app/Components/App.razor b/src/app/Components/App.razor index a5b8c4f..90c0f08 100644 --- a/src/app/Components/App.razor +++ b/src/app/Components/App.razor @@ -26,9 +26,12 @@ - - - + + + + + + diff --git a/src/app/styles/input.css b/src/app/styles/input.css index 46a2444..f64ecc2 100644 --- a/src/app/styles/input.css +++ b/src/app/styles/input.css @@ -62,13 +62,17 @@ ::before, ::backdrop, ::file-selector-button { - border-color: var(--color-gray-200, currentcolor);font-family: Lexend, "Noto Sans", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; + border-color: var(--color-gray-200, currentcolor); + } + + body, p, span, ul, li, h1, h2, h3, h4 { + font-family: Lexend, "Noto Sans", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-weight: 300; } } @layer components { - *{ + body, p, span, ul, li, h1, h2, h3, h4{ @apply text-dark-purple; }