mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-18 08:43:57 +00:00
font syntax fix
This commit is contained in:
@@ -32,7 +32,7 @@ main {
|
||||
body {
|
||||
overflow: hidden;
|
||||
user-select: none;
|
||||
font-family: "Noto Sans, sans-serif";
|
||||
font-family: "Noto Sans", sans-serif;
|
||||
font-size: $body-font-size;
|
||||
color: $body-color;
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user