Dark theme fixes

main
Noah Petherbridge 2024-03-30 16:11:55 -07:00
parent a669b58c55
commit fe2e43245b
3 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@
{{if and (eq .Request.Method "POST") (ne .Message "")}}
<label class="label">Preview:</label>
<div class="box content has-background-warning-light">
<div class="box content has-background-warning-light has-text-dark">
{{ToMarkdown .Message}}
</div>
{{end}}

View File

@ -49,7 +49,7 @@
{{if and (eq .Request.Method "POST") (ne .Message "")}}
<label class="label">Preview:</label>
<div class="box content has-background-warning-light">
<div class="box content has-background-warning-light has-text-dark">
{{ToMarkdown .Message}}
</div>
{{end}}

View File

@ -232,7 +232,7 @@
</p>
{{else}}
{{range .Comments}}
<div class="box has-background-link-light" id="p{{.ID}}">
<div class="box has-background-link-light has-text-dark" id="p{{.ID}}">
<div class="columns">
<div class="column is-2 has-text-centered">
<div>