@@ -183,10 +183,14 @@ html[data-theme=light] {
183
183
--color-level-5 : # 2A2F37 ;
184
184
--ls-icon-color : # 919191 ;
185
185
--ls-header-button-text-color : # 787878 ;
186
+ --lx-gray-11 : # 787878 ;
186
187
--ls-header-button-text-color-hover : # 282c34 ;
188
+ --lx-gray-12 : # 282c34 ;
187
189
--ls-header-button-background : var (--ls-secondary-background-color );
188
190
--ls-header-button-hover : # D3D6DF ;
191
+ --lx-gray-02 : # f7f7f7 ;
189
192
--ls-left-sidebar-background : # f7f7f7 ;
193
+ --ls-left-sidebar-bg-color : # f7f7f7 ;
190
194
--ls-left-sidebar-border-color : # D3D6DF ;
191
195
--ls-left-sidebar-hover-background : # ebebeb ;
192
196
--ls-left-sidebar-text-color : var (--ls-primary-text-color );
@@ -217,7 +221,8 @@ html[data-theme=light] {
217
221
--box-shadow-sm : rgba (171 , 171 , 171 , 0.1 ) 0 2px 3px 0 ;
218
222
--block-ref-bg : hsla (0 , 0% , 40% , .1 );
219
223
--block-ref-bg-hv : hsla (0 , 0% , 40% , .2 );
220
- --lx-gray-03 : var (--ls-secondary-background-color );
224
+ --lx-gray-03 : # F7F7F7 ;
225
+ --lx-popover-bg : var (--lx-gray-03 );
221
226
--ct-color-level-1 : # eceded ;
222
227
--primary : 225.45deg 69.23% 72% ;
223
228
--secondary : 225deg 100% 91% ;
@@ -342,7 +347,6 @@ html ::-webkit-scrollbar-thumb:hover {
342
347
}
343
348
.content b {
344
349
font-weight : 600 ;
345
- color : var (--ct-bold-color );
346
350
}
347
351
.content i : not (.ti ),
348
352
.content em {
@@ -421,6 +425,9 @@ html[data-theme=light] .absolute-modal {
421
425
html [data-theme = light ] .cp__sidebar-help-menu-popup {
422
426
background-color : var (--ls-primary-background-color );
423
427
}
428
+ html [data-theme = light ] # right-sidebar-container {
429
+ background : # F1F2F4 ;
430
+ }
424
431
425
432
html [data-theme = dark ] .dropdown-wrapper a {
426
433
opacity : 1 !important ;
@@ -451,6 +458,9 @@ html[data-theme=dark] .bg-popover {
451
458
html [data-theme = dark ] .focus\:bg-accent : focus {
452
459
background-color : var (--ls-primary-background-color );
453
460
}
461
+ html [data-theme = dark ] .content b {
462
+ color : var (--ct-bold-color );
463
+ }
454
464
455
465
/* Journal calendar icons */
456
466
body : not (.is-banner-active ) .journal-item h1 .title ::before ,
@@ -1578,3 +1588,10 @@ html[data-theme=dark] #main-container, html[data-theme=dark] #app-container {
1578
1588
html [data-theme = dark ] .left-sidebar-inner {
1579
1589
background : # 282C34 ;
1580
1590
}
1591
+
1592
+ html [data-theme = light ] # main-container , html [data-theme = light ] # app-container {
1593
+ background-color : # E2E4E9 !important ;
1594
+ }
1595
+ html [data-theme = light ] # right-sidebar-container {
1596
+ background : # E2E4E9 ;
1597
+ }
0 commit comments