fix: improve text contrast in filter labels and update login button text
All checks were successful
CI / update (push) Successful in 1m12s

- Change login button text from "Log In" to "Login"
- Update filter labels (Kategorie, Icon, Tags, Saison, Favoriten) to use darker color (nord2) in light mode for better readability
- Improve placeholder text contrast in filter inputs by using lighter shade (nord4)
- Maintain light color scheme (nord6) for filter labels in dark mode
This commit is contained in:
2026-01-05 17:52:59 +01:00
parent 4ffc0940ef
commit 6faa06e0e1
6 changed files with 40 additions and 10 deletions

View File

@@ -147,5 +147,5 @@ h2 + p{
</div>
</button>
{:else}
<a class=entry href=/login>Log In</a>
<a class=entry href=/login>Login</a>
{/if}