From 0390fadf34e1ac9354d2391ce96876b6c3f9b1e7 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sat, 18 Oct 2025 21:29:39 +0300 Subject: [PATCH] style/note tree: tweak the light theme custom color lightness limit --- apps/client/src/stylesheets/theme-next/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/theme-next/base.css b/apps/client/src/stylesheets/theme-next/base.css index 54e0ebf04..80e529823 100644 --- a/apps/client/src/stylesheets/theme-next/base.css +++ b/apps/client/src/stylesheets/theme-next/base.css @@ -92,7 +92,7 @@ * to maintain a higher contrast margin than on the usual note tree solid background. */ /* The maximum lightness for the custom color in the light theme (%): */ - --tree-item-light-theme-max-color-lightness: 50; + --tree-item-light-theme-max-color-lightness: 60; /* The minimum lightness for the custom color in the dark theme (%): */ --tree-item-dark-theme-min-color-lightness: 60;