1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix font-size on <code> (#2273)

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2021-03-10 09:13:27 -05:00 committed by GitHub
parent 805268a9d1
commit b3ce845d62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,7 +151,7 @@ code {
vertical-align: middle;
border-radius: $radius;
font-family: $font-monospace;
font-size: calc($font-size * .9);
font-size: calc(var(--font-size) * .9);
color: #b4b5b4;
&.block {