Skip to content

Commit 23e9c68

Browse files
committed
Update compiled CSS
1 parent 3cc0666 commit 23e9c68

File tree

2 files changed

+28
-4
lines changed

2 files changed

+28
-4
lines changed

main.css

+18-2
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ html[data-theme=dark] {
9595
--lx-gray-12: #f1f2f4;
9696
--ls-header-button-background: var(--ls-secondary-background-color);
9797
--ls-header-button-hover: #1D2026;
98-
--lx-gray-04: #1D2026;
98+
--lx-gray-04: #282C34;
9999
--ls-left-sidebar-text-color: var(--ls-primary-text-color);
100100
--ls-left-sidebar-active-background: #393e47;
101101
--ls-left-sidebar-hover-background: var(--ls-quaternary-background-color);
@@ -127,7 +127,7 @@ html[data-theme=dark] {
127127
--block-ref-bg: rgb(86 90 122 / 40%);
128128
--block-ref-bg-hv: rgb(86 90 122 / 50%);
129129
--popover: 216deg 13.16% 14.9%;
130-
--lx-popover-bg: hsl(var(--popover));
130+
--lx-popover-bg: var(--lx-gray-03);
131131
--border: 220deg 8.26% 21.37%;
132132
--accent: 220deg 13.04% 18.04%;
133133
--ct-color-level-1: #21252B;
@@ -270,6 +270,14 @@ html[data-theme=light] {
270270
background-color: var(--ct-color-level-1) !important;
271271
}
272272

273+
@media screen and (max-width: 992px) {
274+
#main-content-container .cp__sidebar-main-content > .mx-auto {
275+
padding: 10px 5px 10px 10px;
276+
}
277+
#main-content-container {
278+
padding: 0.5rem 0 0 0.3rem;
279+
}
280+
}
273281
/* Scrollbar style */
274282
html ::-webkit-scrollbar {
275283
width: 8px;
@@ -1564,3 +1572,11 @@ body:is([data-page=page], [data-page=home]).is-banner-active .cp__sidebar-main-c
15641572
html[data-theme=dark] .datepicker {
15651573
background-color: var(--ls-primary-background-color);
15661574
}
1575+
1576+
#main-container, #app-container {
1577+
background-color: #21252B !important;
1578+
}
1579+
1580+
.dark .left-sidebar-inner {
1581+
background: #282C34;
1582+
}

main2.css

+10-2
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ html[data-theme=dark] {
9595
--lx-gray-12: var(--cp-white);
9696
--ls-header-button-background: var(--ls-secondary-background-color);
9797
--ls-header-button-hover: #1D2026;
98-
--lx-gray-04: #1D2026;
98+
--lx-gray-04: #282C34;
9999
--ls-left-sidebar-text-color: var(--ls-primary-text-color);
100100
--ls-left-sidebar-active-background: #393e47;
101101
--ls-left-sidebar-hover-background: var(--ls-quaternary-background-color);
@@ -123,7 +123,7 @@ html[data-theme=dark] {
123123
--block-ref-bg: rgb(86 90 122 / 40%);
124124
--block-ref-bg-hv: rgb(86 90 122 / 50%);
125125
--popover: 216deg 13.16% 14.9%;
126-
--lx-popover-bg: hsl(var(--popover));
126+
--lx-popover-bg: var(--lx-gray-03);
127127
--border: 220deg 8.26% 21.37%;
128128
--accent: 220deg 13.04% 18.04%;
129129
--ct-color-level-1: var(--cp-darkest);
@@ -261,6 +261,14 @@ html[data-theme=light] {
261261
background-color: var(--ct-color-level-1) !important;
262262
}
263263

264+
@media screen and (max-width: 992px) {
265+
#main-content-container .cp__sidebar-main-content > .mx-auto {
266+
padding: 10px 5px 10px 10px;
267+
}
268+
#main-content-container {
269+
padding: 0.5rem 0 0 0.3rem;
270+
}
271+
}
264272
/* Scrollbar style */
265273
html ::-webkit-scrollbar {
266274
width: 8px;

0 commit comments

Comments
 (0)