From 8a11786cb0029028941469ac7ec6cf1c94b50f83 Mon Sep 17 00:00:00 2001 From: nextcloud-command Date: Thu, 21 Dec 2023 05:10:05 +0000 Subject: [PATCH] chore(assets): Update styling from server Signed-off-by: GitHub --- styleguide/assets/default.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/styleguide/assets/default.css b/styleguide/assets/default.css index 8caaa50927..be6159da48 100644 --- a/styleguide/assets/default.css +++ b/styleguide/assets/default.css @@ -21,10 +21,10 @@ /** @deprecated use `--color-text-maxcontrast` instead */ --color-text-lighter: var(--color-text-maxcontrast); --color-scrollbar: rgba(34,34,34, .15); - --color-error: #C00505; - --color-error-rgb: 192,5,5; - --color-error-hover: #c72424; - --color-error-text: #C00505; + --color-error: #DB0606; + --color-error-rgb: 219,6,6; + --color-error-hover: #df2525; + --color-error-text: #c20505; --color-warning: #A37200; --color-warning-rgb: 163,114,0; --color-warning-hover: #8a6000;