Skip to content

Commit 148574a

Browse files
committed
Minor css tweaks
Decrease body font size and bold headers
1 parent f71f4c1 commit 148574a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/css/custom.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ html[data-theme=dark] .theme-doc-sidebar-menu .menu__link--active + .menu__caret
195195
}
196196

197197
[class^=docMainContainer_] {
198-
font-size: 1.125rem;
198+
font-size: 1rem;
199199
}
200200

201201
[class^=docMainContainer_] > .container:first-child {
@@ -434,3 +434,7 @@ html[data-theme='dark'] .footer .footer__bottom::before {
434434
margin-right: 10px;
435435
}
436436
}
437+
438+
.markdown h1, .markdown h2, .markdown h3, .markdown h4 {
439+
font-weight: bold;
440+
}

src/theme/DocCard/styles.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828

2929
.cardDescription {
3030
color: var(--ifm-heading-color);
31-
font-size: 1.125rem;
31+
font-size: 1rem;
3232
}

0 commit comments

Comments
 (0)