feat: tweak theme colors and streamline sidebar chrome

This commit is contained in:
2026-05-15 01:09:29 +02:00
parent c8b189d0e7
commit 598e842b2c
8 changed files with 27 additions and 156 deletions

View File

@@ -21,7 +21,7 @@ All components are exposed as Go templates. Import by name:
```gohtml
{{template "anime_card" dict "Anime" .Data "WithActions" true}}
{{template "navigation" dict "CurrentPath" .CurrentPath}}
{{template "header" .}}
{{/* header removed */}}
```
## Props Convention