From 3cd378bbee9364117412fc9da59f719742db3038 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Tue, 3 Feb 2026 09:55:52 -0500 Subject: [PATCH] feat: apply Tokyo Night theme to documentation pages - Add theme-tokyo-night class to docs body tags - Docs now use CSS variables for all colors (bg, text, accent, border) - Links now render with correct lighter color (#9aa5ce instead of #565f89) - Consistent theming across docs and application pages - Fixes darker link color issue from previous hardcoded values --- templates/docs.templ | 4 ++-- templates/docs_templ.go | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/docs.templ b/templates/docs.templ index e789261..7652b0b 100644 --- a/templates/docs.templ +++ b/templates/docs.templ @@ -17,7 +17,7 @@ templ DocsLayout(nav Navigation, doc Document, user User) { - +
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 2, " - Bookhoard Documentation
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } @@ -356,7 +356,7 @@ func DocsLayoutWithExplorer(nav Navigation, doc Document, user User, explorer AP if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 36, " - Bookhoard Documentation
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 36, " - Bookhoard Documentation
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err }