Dark theme fixes
This commit is contained in:
parent
a669b58c55
commit
fe2e43245b
|
@ -40,7 +40,7 @@
|
||||||
|
|
||||||
{{if and (eq .Request.Method "POST") (ne .Message "")}}
|
{{if and (eq .Request.Method "POST") (ne .Message "")}}
|
||||||
<label class="label">Preview:</label>
|
<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}}
|
{{ToMarkdown .Message}}
|
||||||
</div>
|
</div>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
|
|
||||||
{{if and (eq .Request.Method "POST") (ne .Message "")}}
|
{{if and (eq .Request.Method "POST") (ne .Message "")}}
|
||||||
<label class="label">Preview:</label>
|
<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}}
|
{{ToMarkdown .Message}}
|
||||||
</div>
|
</div>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
|
@ -232,7 +232,7 @@
|
||||||
</p>
|
</p>
|
||||||
{{else}}
|
{{else}}
|
||||||
{{range .Comments}}
|
{{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="columns">
|
||||||
<div class="column is-2 has-text-centered">
|
<div class="column is-2 has-text-centered">
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user