You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
585 B
19 lines
585 B
|
3 weeks ago
|
<style>
|
||
|
|
/* Increase docs font size */
|
||
|
|
.sbdocs.sbdocs-content :where(p:not(.sb-anchor, .sb-unstyled, .sb-unstyled p)),
|
||
|
|
.sbdocs.sbdocs-content :where(li:not(.sb-anchor, .sb-unstyled, .sb-unstyled li)) {
|
||
|
|
font-size: 1.0666rem; /* 17px */
|
||
|
|
line-height: 1.585; /* 27px */
|
||
|
|
}
|
||
|
|
|
||
|
|
.sbdocs.sbdocs-content :where(p:not(.sb-anchor, .sb-unstyled, .sb-unstyled p)) code,
|
||
|
|
.sbdocs.sbdocs-content :where(li:not(.sb-anchor, .sb-unstyled, .sb-unstyled li)) code {
|
||
|
|
font-size: 0.875rem; /* ~15px */
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Bring numbers back for ordered lists */
|
||
|
|
ol {
|
||
|
|
list-style: revert !important;
|
||
|
|
}
|
||
|
|
</style>
|