aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/css/default.css
diff options
context:
space:
mode:
authorprotoclown <ornano@felinn.org>2024-08-31 15:55:41 +0200
committerFerdinand Thiessen <opensource@fthiessen.de>2024-09-02 17:04:37 +0200
commitb711da739376438197d207edfd46f1eccbac9f98 (patch)
tree3a74caa5adcacdd49f3726d2c3e18ca5a489e101 /apps/theming/css/default.css
parentdf7db817b8f549bc3e566046de06af0d2dc7d47b (diff)
downloadnextcloud-server-b711da739376438197d207edfd46f1eccbac9f98.tar.gz
nextcloud-server-b711da739376438197d207edfd46f1eccbac9f98.zip
fix(css): refine css cleanup
Signed-off-by: protoclown <ornano@felinn.org>
Diffstat (limited to 'apps/theming/css/default.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 5c0b3ec337c..ad5b27530c3 100644
--- a/apps/theming/css/default.css
+++ b/apps/theming/css/default.css
@@ -22,6 +22,7 @@
--color-text-light: var(--color-main-text);
/** @deprecated use `--color-text-maxcontrast` instead */
--color-text-lighter: var(--color-text-maxcontrast);
+ --color-scrollbar: var(--color-border-maxcontrast) transparent;
--color-error: #DB0606;
--color-error-rgb: 219,6,6;
--color-error-hover: #df2525;