Lazy change in _layout to set font of *

(instead of children)
This commit is contained in:
2021-07-10 21:30:12 +01:00
parent 62223572de
commit 051d5b3c52

View File

@@ -40,7 +40,7 @@
padding-top: $navbar-padding; padding-top: $navbar-padding;
min-height: calc(100% - #{$navbar-padding} - 0.75em); min-height: calc(100% - #{$navbar-padding} - 0.75em);
} }
:global(button) { :global(*) {
font-family: "Fira Code", monospace; font-family: "Fira Code", monospace;
} }
</style> </style>