From 6cff2bd7ecf0ad5da5033c7854582e821295be9c Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Sat, 6 Jan 2024 17:30:53 +0100 Subject: [PATCH] Fix Font (For real now) --- src/layouts/NavbarLayout.astro | 3 +++ steamwarci.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/layouts/NavbarLayout.astro b/src/layouts/NavbarLayout.astro index 2b36046..54a3816 100644 --- a/src/layouts/NavbarLayout.astro +++ b/src/layouts/NavbarLayout.astro @@ -142,6 +142,9 @@ customElements.define("nav-bar", Navbar); >h1 { @apply text-xl font-bold text-gray-100; } + >a { + @apply hover:underline; + } } .scrolled { diff --git a/steamwarci.yml b/steamwarci.yml index ba94a5b..570461a 100644 --- a/steamwarci.yml +++ b/steamwarci.yml @@ -1,5 +1,5 @@ build: - - "echo 'PUBLIC_API_SERVER=https://steamwar.de/api/' > .env" + - "echo 'PUBLIC_API_SERVER=https://steamwar.de/api' > .env" - "pnpm run ci" release: