mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-09 03:37:45 +03:00
font syntax fix
This commit is contained in:
parent
ead094de01
commit
e97a6fe51a
@ -32,7 +32,7 @@ main {
|
|||||||
body {
|
body {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
font-family: "Noto Sans, sans-serif";
|
font-family: "Noto Sans", sans-serif;
|
||||||
font-size: $body-font-size;
|
font-size: $body-font-size;
|
||||||
color: $body-color;
|
color: $body-color;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user