Skip to content

Commit 05f471c

Browse files
committed
Update compiled CSS
1 parent 266ae04 commit 05f471c

File tree

2 files changed

+33
-3
lines changed

2 files changed

+33
-3
lines changed

main.css

+19-2
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,14 @@ html[data-theme=light] {
183183
--color-level-5: #2A2F37;
184184
--ls-icon-color: #919191;
185185
--ls-header-button-text-color: #787878;
186+
--lx-gray-11: #787878;
186187
--ls-header-button-text-color-hover: #282c34;
188+
--lx-gray-12: #282c34;
187189
--ls-header-button-background: var(--ls-secondary-background-color);
188190
--ls-header-button-hover: #D3D6DF;
191+
--lx-gray-02: #f7f7f7;
189192
--ls-left-sidebar-background: #f7f7f7;
193+
--ls-left-sidebar-bg-color: #f7f7f7;
190194
--ls-left-sidebar-border-color: #D3D6DF;
191195
--ls-left-sidebar-hover-background: #ebebeb;
192196
--ls-left-sidebar-text-color: var(--ls-primary-text-color);
@@ -217,7 +221,8 @@ html[data-theme=light] {
217221
--box-shadow-sm: rgba(171, 171, 171, 0.1) 0 2px 3px 0;
218222
--block-ref-bg: hsla(0, 0%, 40%, .1);
219223
--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);
221226
--ct-color-level-1: #eceded;
222227
--primary: 225.45deg 69.23% 72%;
223228
--secondary: 225deg 100% 91%;
@@ -342,7 +347,6 @@ html ::-webkit-scrollbar-thumb:hover {
342347
}
343348
.content b {
344349
font-weight: 600;
345-
color: var(--ct-bold-color);
346350
}
347351
.content i:not(.ti),
348352
.content em {
@@ -421,6 +425,9 @@ html[data-theme=light] .absolute-modal {
421425
html[data-theme=light] .cp__sidebar-help-menu-popup {
422426
background-color: var(--ls-primary-background-color);
423427
}
428+
html[data-theme=light] #right-sidebar-container {
429+
background: #F1F2F4;
430+
}
424431

425432
html[data-theme=dark] .dropdown-wrapper a {
426433
opacity: 1 !important;
@@ -451,6 +458,9 @@ html[data-theme=dark] .bg-popover {
451458
html[data-theme=dark] .focus\:bg-accent:focus {
452459
background-color: var(--ls-primary-background-color);
453460
}
461+
html[data-theme=dark] .content b {
462+
color: var(--ct-bold-color);
463+
}
454464

455465
/* Journal calendar icons */
456466
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 {
15781588
html[data-theme=dark] .left-sidebar-inner {
15791589
background: #282C34;
15801590
}
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+
}

main2.css

+14-1
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,15 @@ html[data-theme=light] {
177177
--color-level-5: #2A2F37;
178178
--ls-icon-color: #919191;
179179
--ls-header-button-text-color: #787878;
180+
--lx-gray-11: #787878;
180181
--ls-header-button-text-color-hover: var(--cp-gray);
182+
--lx-gray-12: var(--cp-gray);
181183
--ls-header-button-background: var(--ls-secondary-background-color);
182184
--ls-header-button-hover: #D3D6DF;
183185
--lx-gray-02: #f7f7f7;
184186
--ls-left-sidebar-border-color: #D3D6DF;
185187
--ls-left-sidebar-text-color: var(--ls-primary-text-color);
188+
--ls-left-sidebar-bg-color: #f7f7f7;
186189
--ls-right-sidebar-content-background: var(--ls-primary-background-color);
187190
--lx-gray-01: var(--ls-main-content-background);
188191
--ls-right-ridebar-color: var(--ls-main-content-background);
@@ -208,6 +211,7 @@ html[data-theme=light] {
208211
--block-ref-bg: hsla(0, 0%, 40%, .1);
209212
--block-ref-bg-hv: hsla(0, 0%, 40%, .2);
210213
--lx-gray-03: #F7F7F7;
214+
--lx-popover-bg: var(--lx-gray-03);
211215
--lx-gray-04: var(--ls-tertiary-background-color);
212216
--ct-color-level-1: #eceded;
213217
--primary: 225.45deg 69.23% 72%;
@@ -333,7 +337,6 @@ html ::-webkit-scrollbar-thumb:hover {
333337
}
334338
.content b {
335339
font-weight: 600;
336-
color: var(--ct-bold-color);
337340
}
338341
.content i:not(.ti),
339342
.content em {
@@ -412,6 +415,9 @@ html[data-theme=light] .absolute-modal {
412415
html[data-theme=light] .cp__sidebar-help-menu-popup {
413416
background-color: var(--ls-primary-background-color);
414417
}
418+
html[data-theme=light] #right-sidebar-container {
419+
background: #F1F2F4;
420+
}
415421

416422
html[data-theme=dark] .dropdown-wrapper a {
417423
opacity: 1 !important;
@@ -442,6 +448,9 @@ html[data-theme=dark] .bg-popover {
442448
html[data-theme=dark] .focus\:bg-accent:focus {
443449
background-color: var(--ls-primary-background-color);
444450
}
451+
html[data-theme=dark] .content b {
452+
color: var(--ct-bold-color);
453+
}
445454

446455
/* Journal calendar icons */
447456
body:not(.is-banner-active) .journal-item h1.title::before,
@@ -1539,3 +1548,7 @@ a.tooltip-priority {
15391548
.page-property-key[data-ref|=plugin]::before {
15401549
content: "\ebd9";
15411550
}
1551+
1552+
html[data-theme=dark] #right-sidebar-container {
1553+
background: #21252B;
1554+
}

0 commit comments

Comments
 (0)