Dark theme fixes
This commit is contained in:
parent
a669b58c55
commit
fe2e43245b
|
@ -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}}
|
||||
|
|
|
@ -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}}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user