From 24ffe328452e0e247017894ea9d49944470fd2bc Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Fri, 2 Dec 2022 00:58:08 +0000 Subject: Add new border color variable for increased contrast Signed-off-by: Christopher Ng --- apps/theming/css/default.css | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/theming/css') diff --git a/apps/theming/css/default.css b/apps/theming/css/default.css index bf139d0c830..158c10419af 100644 --- a/apps/theming/css/default.css +++ b/apps/theming/css/default.css @@ -32,6 +32,7 @@ --color-box-shadow: rgba(var(--color-box-shadow-rgb), 0.5); --color-border: #ededed; --color-border-dark: #dbdbdb; + --color-border-maxcontrast: #949494; --font-face: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Cantarell, Ubuntu, 'Helvetica Neue', Arial, sans-serif, 'Noto Color Emoji', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; --default-font-size: 15px; --animation-quick: 100ms; -- cgit v1.2.3