File tree 2 files changed +14
-6
lines changed
2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 4
4
*******************************/
5
5
: root {
6
6
--ls-font-family : "Inter" ;
7
- --ls-main-content-max-width : 1000px ;
8
- --ls-main-content-max-width-wide : 1280px ;
7
+ --ls-main-content-max-width : 1000px ; /* default: 810px */
8
+ --ls-main-content-max-width-wide : 1280px ; /* default: 1280px */
9
9
--ls-page-text-size : 1em ;
10
10
--ls-page-title-size : 26px ;
11
11
--ls-tag-text-opacity : 0.8 ;
@@ -282,7 +282,7 @@ html[data-theme=light] {
282
282
background-color : var (--ct-color-level-1 ) !important ;
283
283
}
284
284
285
- @media screen and (max-width : 992 px ) {
285
+ @media screen and (max-width : 600 px ) {
286
286
# main-content-container .cp__sidebar-main-content > .mx-auto {
287
287
padding : 10px 5px 10px 10px ;
288
288
}
Original file line number Diff line number Diff line change 4
4
*******************************/
5
5
: root {
6
6
--ls-font-family : "Inter" ;
7
- --ls-main-content-max-width : 1000 px ;
8
- --ls-main-content-max-width-wide : 1280px ;
7
+ --ls-main-content-max-width : 900 px ; /* default: 810px */
8
+ --ls-main-content-max-width-wide : 1280px ; /* default: 1280px */
9
9
--ls-page-text-size : 1em ;
10
10
--ls-page-title-size : 26px ;
11
11
--ls-tag-text-opacity : 0.8 ;
@@ -271,7 +271,7 @@ html[data-theme=light] {
271
271
background-color : var (--ct-color-level-1 ) !important ;
272
272
}
273
273
274
- @media screen and (max-width : 992 px ) {
274
+ @media screen and (max-width : 600 px ) {
275
275
# main-content-container .cp__sidebar-main-content > .mx-auto {
276
276
padding : 10px 5px 10px 10px ;
277
277
}
@@ -1531,3 +1531,11 @@ a.tooltip-priority {
1531
1531
.page-property-key [data-ref |= plugin ]::before {
1532
1532
content : "\ebd9" ;
1533
1533
}
1534
+
1535
+ /* quick fix: hr border-color controlled by
1536
+ * --lx-gray-05: var(--cp-darker); // --ls-menu-hover-color
1537
+ * this would mean same as bg color :(
1538
+ */
1539
+ .content hr {
1540
+ border-color : # 32363e ;
1541
+ }
You can’t perform that action at this time.
0 commit comments