Skip to content

Commit

Permalink
refactor: font size (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfrosty authored Sep 11, 2024
1 parent f65f7af commit 04bb81f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

.markdown-tabs-trigger {
padding: 0.5rem 1rem;
font-size: 0.875rem;
font-size: 1rem;
font-weight: 500;
color: var(--tabs-text-color);
background-color: transparent;
Expand All @@ -44,7 +44,7 @@
.markdown-tabs-content {
padding-left: 1rem;
padding-right: 1rem;
font-size: 1rem;
font-size: 1.2rem;
}

:global(.light) .markdown-tabs {
Expand Down

0 comments on commit 04bb81f

Please sign in to comment.