Skip to content

Commit c03492e

Browse files
committed
Improved side menu CSS variable contrast
1 parent 9a502b6 commit c03492e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/react/src/editor/styles.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717

1818
--bn-colors-shadow: #cfcfcf;
1919
--bn-colors-border: #efefef;
20-
--bn-colors-side-menu: #cfcfcf;
20+
--bn-colors-side-menu: #595959;
2121

2222
--bn-colors-highlights-gray-text: #9b9a97;
23-
--bn-colors-highlights-gray-background: #ebeced;
23+
--bn-colors-highlights-gray-background: #687078;
2424
--bn-colors-highlights-brown-text: #64473a;
2525
--bn-colors-highlights-brown-background: #e9e5e3;
2626
--bn-colors-highlights-red-text: #e03e3e;
@@ -69,7 +69,7 @@
6969

7070
--bn-colors-shadow: #0f0f0f;
7171
--bn-colors-border: #161616;
72-
--bn-colors-side-menu: #7f7f7f;
72+
--bn-colors-side-menu: #aaaaaa;
7373

7474
--bn-colors-highlights-gray-text: #bebdb8;
7575
--bn-colors-highlights-gray-background: #9b9a97;

0 commit comments

Comments
 (0)