Fix Font (For real now)

This commit is contained in:
2024-01-06 17:30:53 +01:00
parent e2ec2229b0
commit 6cff2bd7ec
2 changed files with 4 additions and 1 deletions

View File

@ -142,6 +142,9 @@ customElements.define("nav-bar", Navbar);
>h1 { >h1 {
@apply text-xl font-bold text-gray-100; @apply text-xl font-bold text-gray-100;
} }
>a {
@apply hover:underline;
}
} }
.scrolled { .scrolled {

View File

@ -1,5 +1,5 @@
build: build:
- "echo 'PUBLIC_API_SERVER=https://steamwar.de/api/' > .env" - "echo 'PUBLIC_API_SERVER=https://steamwar.de/api' > .env"
- "pnpm run ci" - "pnpm run ci"
release: release: