chore: update terminal css
This commit is contained in:
parent
d14505ff78
commit
b472143882
1 changed files with 5 additions and 2 deletions
|
|
@ -70,11 +70,14 @@ html[data-theme="dark"] {
|
|||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
html {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: var(--font-body);
|
||||
|
|
|
|||
Loading…
Reference in a new issue