From e331ef787205c621dfa2b67906a4da2c14fb3753 Mon Sep 17 00:00:00 2001 From: Rebeka Date: Tue, 6 Jun 2023 12:19:40 +0200 Subject: [PATCH] fix: improve the text contrast ratio of the editor sidebar GitOrigin-RevId: 01fb558f3c8b1cff611200b2b309a28c7823305b --- services/web/frontend/stylesheets/app/editor/left-menu.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/frontend/stylesheets/app/editor/left-menu.less b/services/web/frontend/stylesheets/app/editor/left-menu.less index 010c3dec72..0ba91c0e33 100644 --- a/services/web/frontend/stylesheets/app/editor/left-menu.less +++ b/services/web/frontend/stylesheets/app/editor/left-menu.less @@ -23,7 +23,7 @@ font-size: 1rem; margin: (@line-height-computed / 2) 0; padding-bottom: (@line-height-computed / 4); - color: @gray-light; + color: @neutral-70; border-bottom: 1px solid @gray-lighter; }