mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
font syntax fix
This commit is contained in:
parent
ead094de01
commit
e97a6fe51a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue