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:
parent
805268a9d1
commit
b3ce845d62
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user