summaryrefslogtreecommitdiff
path: root/templates/privacy.html.ep
diff options
context:
space:
mode:
authormarudor <marudor@marudor.de>2019-05-16 15:02:17 +0200
committermarudor <marudor@marudor.de>2019-05-16 15:04:08 +0200
commit5c2388d3a2092505aff9f7b2e78e561c4db65385 (patch)
treea4a469baef25b98c3a33125ac8a65334775c7ec8 /templates/privacy.html.ep
parentb85db3a10df32cb2648607c83d37160ac3ee8691 (diff)
Add dark mode (only available with prefers-color-scheme currently)
Diffstat (limited to 'templates/privacy.html.ep')
-rw-r--r--templates/privacy.html.ep2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/privacy.html.ep b/templates/privacy.html.ep
index 9fa2048..4469154 100644
--- a/templates/privacy.html.ep
+++ b/templates/privacy.html.ep
@@ -14,7 +14,7 @@
<div class="input-field col s12">
<label>
%= check_box public_status => 1
- <span class="black-text">Aktueller Status</span>
+ <span>Aktueller Status</span>
</label>
</div>
</div>