From fe2e43245b93ac58e12807bbfa12c2e38f020607 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Sat, 30 Mar 2024 16:11:55 -0700 Subject: [PATCH] Dark theme fixes --- web/templates/comment/post_comment.html | 2 +- web/templates/forum/new_post.html | 2 +- web/templates/photo/permalink.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/templates/comment/post_comment.html b/web/templates/comment/post_comment.html index 92ec663..586e6de 100644 --- a/web/templates/comment/post_comment.html +++ b/web/templates/comment/post_comment.html @@ -40,7 +40,7 @@ {{if and (eq .Request.Method "POST") (ne .Message "")}} -
+
{{ToMarkdown .Message}}
{{end}} diff --git a/web/templates/forum/new_post.html b/web/templates/forum/new_post.html index 7370044..4e2a9d2 100644 --- a/web/templates/forum/new_post.html +++ b/web/templates/forum/new_post.html @@ -49,7 +49,7 @@ {{if and (eq .Request.Method "POST") (ne .Message "")}} -
+
{{ToMarkdown .Message}}
{{end}} diff --git a/web/templates/photo/permalink.html b/web/templates/photo/permalink.html index 132e26e..6d9cc93 100644 --- a/web/templates/photo/permalink.html +++ b/web/templates/photo/permalink.html @@ -232,7 +232,7 @@

{{else}} {{range .Comments}} -