aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/css
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2023-06-05 17:28:19 -0700
committerChristopher Ng <chrng8@gmail.com>2023-06-06 08:47:56 -0700
commit27ebaea10c3b7868379150d0e44e17baefb3eb00 (patch)
treea319c3eb169e3b25719061e5885f29621f24a8c1 /apps/theming/css
parentfd7d0e2fd2d8e6ed52b41cd782f98a473de21b01 (diff)
downloadnextcloud-server-27ebaea10c3b7868379150d0e44e17baefb3eb00.tar.gz
nextcloud-server-27ebaea10c3b7868379150d0e44e17baefb3eb00.zip
enh(theming): Error contrast
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'apps/theming/css')
-rw-r--r--apps/theming/css/default.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/theming/css/default.css b/apps/theming/css/default.css
index e97e4e98216..a305faba543 100644
--- a/apps/theming/css/default.css
+++ b/apps/theming/css/default.css
@@ -20,6 +20,7 @@
--color-error: #e9322d;
--color-error-rgb: 233,50,45;
--color-error-hover: #ed5a56;
+ --color-error-text: #e7201b;
--color-warning: #eca700;
--color-warning-rgb: 236,167,0;
--color-warning-hover: #efb832;