From ef80c1be61fc9681cd8d69d717fefad587875735 Mon Sep 17 00:00:00 2001 From: Sli Date: Mon, 26 Aug 2024 16:20:31 +0200 Subject: [PATCH] Make camera error gray to be less aggressive on the eyes --- core/static/user/user_edit.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/static/user/user_edit.scss b/core/static/user/user_edit.scss index d1ad12d0..7bf0a8d5 100644 --- a/core/static/user/user_edit.scss +++ b/core/static/user/user_edit.scss @@ -64,7 +64,8 @@ } .camera-error { - background-color: red; + background-color: gray; + color: white; min-width: 100%; }