Skip to content

Commit e1eaa1f

Browse files
author
r00ster91
committed
fix: var(--mono) used for font-size
1 parent dc51744 commit e1eaa1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@
169169
width: 100%;
170170
margin-bottom: 0.8rem;
171171
padding: 0.5rem;
172-
font-size: 1rem;
173172
font-family: var(--ui);
173+
font-size: 1rem;
174174
color: var(--tx-color);
175175
background-color: var(--search-bg-color);
176176
border-top: 0;
@@ -339,8 +339,8 @@
339339
kbd {
340340
display: inline-block;
341341
padding: 0.3em 0.2em;
342-
font-size: 1.2em;
343-
font-size: var(--mono);
342+
font-family: var(--mono);
343+
font-size: 1em;
344344
line-height: 0.8em;
345345
vertical-align: middle;
346346
color: #000;

0 commit comments

Comments
 (0)