summaryrefslogtreecommitdiffstats
path: root/apps/theming/css
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2022-12-02 00:58:08 +0000
committerChristopher Ng <chrng8@gmail.com>2022-12-06 01:13:44 +0000
commit24ffe328452e0e247017894ea9d49944470fd2bc (patch)
tree2baae5be5ce271f190cd1b401ccaa5586640afa1 /apps/theming/css
parentbe0facaba478235ee5f0608e36bf806570298a18 (diff)
downloadnextcloud-server-24ffe328452e0e247017894ea9d49944470fd2bc.tar.gz
nextcloud-server-24ffe328452e0e247017894ea9d49944470fd2bc.zip
Add new border color variable for increased 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 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;