Skip to content

Commit bae3b59

Browse files
committed
fix: change font-size for article P and UL > LI elements
1 parent 1368000 commit bae3b59

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/css/custom.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,8 +521,18 @@ html {
521521

522522
/* Prevent some unordered-list-items from having a margin */
523523
.theme-doc-markdown ul li p {
524+
background-color: red;
524525
margin-bottom: 0;
525526
margin-top: 0;
527+
528+
}
529+
530+
.theme-doc-markdown p {
531+
font-size: 1.2rem;
532+
}
533+
534+
.theme-doc-markdown ul li, ol li {
535+
font-size: 1.2rem;
526536
}
527537

528538
.pagination-nav__link--next {

0 commit comments

Comments
 (0)