Skip to content

Commit

Permalink
Fix CSS for ol and ul (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjdominguez authored Oct 4, 2024
1 parent b90c793 commit 6b2e4c8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -1461,6 +1461,20 @@ table td {
box-shadow: var(--ifm-global-shadow-md);
}

.markdown ul,
ol {
font-size: 0.9375rem;

li {
@apply mb-4 mt-4;
line-height: 1.625rem;
}
}

.front-matter li {
@apply mb-0 mt-0 !important;
}

[data-theme='dark'] .tabs-container {
background: var(--color-gray-82);
}
Expand Down

0 comments on commit 6b2e4c8

Please sign in to comment.