Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
details.dropdown {
@apply border-grey-20 mt-4 block rounded-sm border-1 shadow-xs;
summary.dropdown-title {
@apply text-ink-dark flex cursor-pointer items-stretch justify-between font-sans font-bold;
@apply text-ink-dark flex cursor-pointer items-stretch justify-between font-sans text-lg font-bold;
}

&[open] .dropdown-title {
Expand Down
1 change: 1 addition & 0 deletions src/Elastic.Documentation.Site/Assets/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@
--text-xs: 0.857rem; /* 12px */
--text-sm: 1rem; /* 14px */
--text-base: 1.143rem; /* 16px */
--text-lg: 1.286rem; /* 18px */
--text-xl: 1.429rem; /* 20px */
--text-2xl: 1.714rem; /* 24px */
--text-3xl: 2.143rem; /* 30px */
Expand Down
Loading