diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-01-22 15:19:00 -1000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-01-22 15:19:00 -1000 |
| commit | 068b04c0004e38a760c463589d45c7cfd090eec8 (patch) | |
| tree | 33df66a1fcbdf6a522e15bc85ffad07714a1d368 /web/templates/partials/error-banner.html | |
| parent | 9dd0bc581b25bb7356d091d3a5560dc0af46c2d9 (diff) | |
Complete dark translucent theme for all templates
Update all HTML templates to match terst.org styling:
- Dark semi-transparent backgrounds (bg-black/60)
- White text with opacity variants for hierarchy
- Glass effect with backdrop-blur
- Dark form inputs with subtle borders
- Updated modals and FAB button
- Login page with background image
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'web/templates/partials/error-banner.html')
| -rw-r--r-- | web/templates/partials/error-banner.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/templates/partials/error-banner.html b/web/templates/partials/error-banner.html index eb4c08d..628424f 100644 --- a/web/templates/partials/error-banner.html +++ b/web/templates/partials/error-banner.html @@ -1,7 +1,7 @@ {{define "error-banner"}} {{if .Errors}} -<div class="bg-red-100 border border-red-400 text-red-700 px-4 py-3 rounded-lg mb-6"> - <p class="font-bold">Errors:</p> +<div class="bg-red-900/50 border border-red-500/30 text-red-300 px-4 py-3 rounded-lg mb-6"> + <p class="font-medium">Errors:</p> <ul class="list-disc list-inside"> {{range .Errors}} <li>{{.}}</li> |
