Lazy change in _layout to set font of *
(instead of children)
This commit is contained in:
parent
62223572de
commit
051d5b3c52
|
@ -40,7 +40,7 @@
|
|||
padding-top: $navbar-padding;
|
||||
min-height: calc(100% - #{$navbar-padding} - 0.75em);
|
||||
}
|
||||
:global(button) {
|
||||
:global(*) {
|
||||
font-family: "Fira Code", monospace;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue