summaryrefslogtreecommitdiffstats
path: root/module/web/templates
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/templates')
-rw-r--r--module/web/templates/default/settings.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/web/templates/default/settings.html b/module/web/templates/default/settings.html
index 09fe2e8b1..6c9c2982a 100644
--- a/module/web/templates/default/settings.html
+++ b/module/web/templates/default/settings.html
@@ -138,10 +138,10 @@
<td>
{% trans "Status:" %}
{% if account.valid %}
- <span style="font-weight: bold; color:#90ee90;">
+ <span style="font-weight: bold; color: #006400;">
{% trans "valid" %}
{% else %}
- <span style="font-weight: bold; color: #f08080;">
+ <span style="font-weight: bold; color: #8b0000;">
{% trans "not valid" %}
{% endif %}
</span>