Fix Font (For real now)
This commit is contained in:
@ -142,6 +142,9 @@ customElements.define("nav-bar", Navbar);
|
||||
>h1 {
|
||||
@apply text-xl font-bold text-gray-100;
|
||||
}
|
||||
>a {
|
||||
@apply hover:underline;
|
||||
}
|
||||
}
|
||||
|
||||
.scrolled {
|
||||
|
||||
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user