commit e1eaa1f7d6a71cb33f76995cb945f1cb67cccc63 (tree)
parent dc5174440ca547d787b85d407b6836a77688610b
Author: r00ster91 <r00ster91@proton.me>
Date: Sun, 14 Aug 2022 11:34:41 +0200
fix: var(--mono) used for font-size
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/docs/index.html b/lib/docs/index.html
@@ -169,8 +169,8 @@
width: 100%;
margin-bottom: 0.8rem;
padding: 0.5rem;
- font-size: 1rem;
font-family: var(--ui);
+ font-size: 1rem;
color: var(--tx-color);
background-color: var(--search-bg-color);
border-top: 0;
@@ -339,8 +339,8 @@
kbd {
display: inline-block;
padding: 0.3em 0.2em;
- font-size: 1.2em;
- font-size: var(--mono);
+ font-family: var(--mono);
+ font-size: 1em;
line-height: 0.8em;
vertical-align: middle;
color: #000;