removed hack font too
This commit is contained in:
parent
21712d3950
commit
2e3657f101
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ body {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
font-family: 'Hack', monospace;
|
font-family: monospace;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
background-color: #2a2a2a;
|
background-color: #2a2a2a;
|
||||||
transition: background-color 0.3s, color 0.3s;
|
transition: background-color 0.3s, color 0.3s;
|
||||||
|
|
Loading…
Add table
Reference in a new issue