Make dev disabled text muted

This commit is contained in:
Joshua Goins 2023-04-17 15:37:30 -04:00
parent 6d0296fec2
commit e046ac14a1
2 changed files with 2 additions and 2 deletions

View file

@ -12,5 +12,5 @@
<noscript>Javascript needs to be activated to view comments.</noscript>
</section>
{{ else }}
<p>Comments are disabled in development mode.</p>
<p class="text-muted">Comments are disabled in development mode.</p>
{{ end }}

View file

@ -19,5 +19,5 @@
refresh({{ $name }})
</script>
{{ else }}
<p style="text-align: center">Voting is disabled in development mode.</p>
<p class="text-muted" style="text-align: center">Voting is disabled in development mode.</p>
{{ end }}