49
49
html [data-theme = dark ] {
50
50
--ls-primary-background-color : # 282C34 ;
51
51
--ls-secondary-background-color : # 21252B ;
52
- --ls-tertiary-background-color : # 1D2026 ;
53
- --ls-quaternary-background-color : # 1e2126 ;
52
+ --ls-tertiary-background-color : # 282C34 ;
53
+ --ls-quaternary-background-color : # 32363e ;
54
54
--ls-top-bar-background : # 21252B ;
55
55
--ls-main-content-background : # 21252B ;
56
56
--ls-left-sidebar-background : # 282C34 ;
@@ -95,7 +95,7 @@ html[data-theme=dark] {
95
95
--lx-gray-12 : # f1f2f4 ;
96
96
--ls-header-button-background : var (--ls-secondary-background-color );
97
97
--ls-header-button-hover : # 1D2026 ;
98
- --lx-gray-04 : # 282C34 ;
98
+ --lx-gray-04 : # 21252b ;
99
99
--ls-left-sidebar-text-color : var (--ls-primary-text-color );
100
100
--ls-left-sidebar-active-background : # 393e47 ;
101
101
--ls-left-sidebar-hover-background : var (--ls-quaternary-background-color );
@@ -129,12 +129,13 @@ html[data-theme=dark] {
129
129
--popover : 216deg 13.16% 14.9% ;
130
130
--lx-popover-bg : var (--lx-gray-03 );
131
131
--border : 220deg 8.26% 21.37% ;
132
- --accent : 220 deg 13.04 % 18.04 % ;
132
+ --accent : 225.45 deg 69.23 % 71.96 % ;
133
133
--ct-color-level-1 : # 21252B ;
134
134
--primary : 225.45deg 69.23% 71.96% ;
135
135
--secondary : 225.33deg 26.63% 41.16% ;
136
136
--lx-accent-10 : 225.45deg 69.23% 75% ;
137
137
--ct-cm-bg : # 21252B ;
138
+ --ct-right-sidebar-bg-color : # 21252B ;
138
139
}
139
140
140
141
/* *****************************
@@ -221,12 +222,15 @@ html[data-theme=light] {
221
222
--box-shadow-sm : rgba (171 , 171 , 171 , 0.1 ) 0 2px 3px 0 ;
222
223
--block-ref-bg : hsla (0 , 0% , 40% , .1 );
223
224
--block-ref-bg-hv : hsla (0 , 0% , 40% , .2 );
225
+ --accent : 225.45deg 69.23% 71.96% ;
224
226
--lx-gray-03 : # F7F7F7 ;
225
227
--lx-popover-bg : var (--lx-gray-03 );
228
+ --lx-gray-04 : # E2E4E9 ;
226
229
--ct-color-level-1 : # eceded ;
227
230
--primary : 225.45deg 69.23% 72% ;
228
231
--secondary : 225deg 100% 91% ;
229
232
--lx-accent-10 : 225.45deg 69.23% 75% ;
233
+ --ct-right-sidebar-bg-color : # E2E4E9 ;
230
234
}
231
235
232
236
/*****************************************
@@ -242,8 +246,11 @@ html[data-theme=light] {
242
246
# right-sidebar .cp__right-sidebar-topbar {
243
247
background-color : var (--ls-main-content-background );
244
248
}
249
+ # right-sidebar # right-sidebar-container {
250
+ background-color : var (--ct-right-sidebar-bg-color );
251
+ }
245
252
246
- /* Make "New page " button opaque */
253
+ /* Make "+ Create " button background opaque */
247
254
.left-sidebar-inner .create {
248
255
background-image : none !important ;
249
256
}
@@ -403,36 +410,20 @@ html ::-webkit-scrollbar-thumb:hover {
403
410
html [data-theme = light ] {
404
411
/* Autocomplete section borders */
405
412
}
406
- html [data-theme = light ] .cp__header div [data-type = toolbar ] a {
407
- color : var (--ls-header-button-text-color , var (--lx-gray-11 , var (--ls-header-button-background )));
408
- }
409
- html [data-theme = light ] .cp__header div [data-type = toolbar ] a : hover {
410
- color : var (--ls-header-button-text-color-hover , var (--lx-gray-12 , var (--ls-header-button-background )));
411
- }
412
413
html [data-theme = light ] # ui__ac-inner div : not (: first-child ) div .ui__ac-group-name {
413
414
border-top : 1px solid var (--ls-border-color );
414
415
}
415
416
html [data-theme = light ] .inline code {
416
417
border : 1px solid hsla (220 , 13% , 18% , 0.08 );
417
418
padding : 2px 4px !important ;
418
419
}
419
- html [data-theme = light ] .cp__themes-installed .it : not (.is-selected ) {
420
- background-color : unset;
421
- }
422
420
html [data-theme = light ] .absolute-modal {
423
421
border : 1px solid lightgray;
424
422
}
425
423
html [data-theme = light ] .cp__sidebar-help-menu-popup {
426
424
background-color : var (--ls-primary-background-color );
427
425
}
428
- html [data-theme = light ] # right-sidebar-container {
429
- background : # F1F2F4 ;
430
- }
431
426
432
- html [data-theme = dark ] .dropdown-wrapper a {
433
- opacity : 1 !important ;
434
- color : var (--ls-primary-text-color );
435
- }
436
427
html [data-theme = dark ] .inline code {
437
428
border : 1px solid hsla (203 , 13% , 60% , 0.2 );
438
429
padding : 2px 4px !important ;
@@ -451,13 +442,6 @@ html[data-theme=dark] mark {
451
442
html [data-theme = dark ] .form-control textarea {
452
443
background-color : var (--ls-modal-panel-color , var (--lx-gray-04 , var (--ls-secondary-background-color )));
453
444
}
454
- html [data-theme = dark ] .bg-popover {
455
- background : var (--ls-secondary-background-color );
456
- border-color : var (--ls-border-color );
457
- }
458
- html [data-theme = dark ] .focus\:bg-accent : focus {
459
- background-color : var (--ls-primary-background-color );
460
- }
461
445
html [data-theme = dark ] .content b {
462
446
color : var (--ct-bold-color );
463
447
}
@@ -1579,9 +1563,6 @@ body:is([data-page=page], [data-page=home]).is-banner-active .cp__sidebar-main-c
1579
1563
border-radius : 0 0 10px 10px !important ;
1580
1564
}
1581
1565
1582
- html [data-theme = dark ] .datepicker {
1583
- background-color : var (--ls-primary-background-color );
1584
- }
1585
1566
html [data-theme = dark ] # main-container , html [data-theme = dark ] # app-container {
1586
1567
background-color : # 21252B !important ;
1587
1568
}
@@ -1592,6 +1573,3 @@ html[data-theme=dark] .left-sidebar-inner {
1592
1573
html [data-theme = light ] # main-container , html [data-theme = light ] # app-container {
1593
1574
background-color : # E2E4E9 !important ;
1594
1575
}
1595
- html [data-theme = light ] # right-sidebar-container {
1596
- background : # E2E4E9 ;
1597
- }
0 commit comments