Lazy change in _layout to set font of *

(instead of children)
This commit is contained in:
Gleb Koval 2021-07-10 21:30:12 +01:00
parent 62223572de
commit 051d5b3c52
No known key found for this signature in database
GPG Key ID: 120F2F6DA9D995FB
1 changed files with 1 additions and 1 deletions

View File

@ -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>