From 065e3fd7d65998ea950bab72ff03a4ebc7603b3c Mon Sep 17 00:00:00 2001 From: mkelvers Date: Sun, 24 May 2026 01:48:14 +0200 Subject: [PATCH] fix: improve form accessibility --- static/assets/style.css | 2 -- templates/base.gohtml | 4 ++++ templates/components/filter_bar.gohtml | 4 ++-- templates/components/video_player.gohtml | 8 ++++---- templates/watch.gohtml | 6 +++--- 5 files changed, 13 insertions(+), 11 deletions(-) diff --git a/static/assets/style.css b/static/assets/style.css index a9662d9..786654a 100644 --- a/static/assets/style.css +++ b/static/assets/style.css @@ -1,6 +1,4 @@ @import 'tailwindcss'; -@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&display=swap'); -@import url('https://fonts.googleapis.com/css2?family=Newsreader:opsz,wght@6..72,400;6..72,600&display=swap'); @import '@toolwind/anchors'; @source "../../templates/**/*.gohtml"; diff --git a/templates/base.gohtml b/templates/base.gohtml index 9338eb1..0bd313c 100644 --- a/templates/base.gohtml +++ b/templates/base.gohtml @@ -3,6 +3,10 @@ + + + + {{/* page title injected from child template */}} MyAnimeList: {{template "title" .}} diff --git a/templates/components/filter_bar.gohtml b/templates/components/filter_bar.gohtml index e01268a..b5c5437 100644 --- a/templates/components/filter_bar.gohtml +++ b/templates/components/filter_bar.gohtml @@ -30,7 +30,7 @@ {{range $g := .Genres}}{{end}}