Skip to content

Commit b69c214

Browse files
committed
Make support button font consistent with other buttons
1 parent ba6018c commit b69c214

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/css/custom.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,8 @@ html[data-theme="dark"] .tooltip-glossary {
293293
color: var(--ifm-navbar-link-color);
294294
cursor: pointer;
295295
display: flex;
296-
font-size: 14px;
296+
font-family: var(--ifm-font-family-base);
297+
font-size: 14.5px;
297298
font-weight: var(--ifm-font-weight-semibold);
298299
justify-content: space-between;
299300
min-width: 145px;

0 commit comments

Comments
 (0)