From e046ac14a146ae33f985917f6a79b7684f424494 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 17 Apr 2023 15:37:30 -0400 Subject: [PATCH] Make dev disabled text muted --- themes/red/layouts/partials/comments.html | 2 +- themes/red/layouts/partials/voting.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/red/layouts/partials/comments.html b/themes/red/layouts/partials/comments.html index f9c0a33..ed9f1d5 100644 --- a/themes/red/layouts/partials/comments.html +++ b/themes/red/layouts/partials/comments.html @@ -12,5 +12,5 @@ {{ else }} -

Comments are disabled in development mode.

+

Comments are disabled in development mode.

{{ end }} diff --git a/themes/red/layouts/partials/voting.html b/themes/red/layouts/partials/voting.html index ae59a84..4ea65fd 100644 --- a/themes/red/layouts/partials/voting.html +++ b/themes/red/layouts/partials/voting.html @@ -19,5 +19,5 @@ refresh({{ $name }}) {{ else }} -

Voting is disabled in development mode.

+

Voting is disabled in development mode.

{{ end }}