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

fix font-size on <code>

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2021-03-02 15:07:37 -05:00
parent 4931f681e4
commit bc2a5c5dc2

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 {