.
This commit is contained in:
parent
ea78ffa7f6
commit
b2cd0b93dd
2 changed files with 10 additions and 2 deletions
|
@ -12,11 +12,15 @@
|
||||||
border: 1px solid var(--borders);
|
border: 1px solid var(--borders);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
padding: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: var(--background-color);
|
background: var(--background-color);
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
font-size: 14.8px;
|
font-size: 13.8px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
|
|
@ -12,11 +12,15 @@
|
||||||
border: 1px solid var(--borders);
|
border: 1px solid var(--borders);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
padding: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: var(--background-color);
|
background: var(--background-color);
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
font-size: 14.8px;
|
font-size: 13.8px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
|
Loading…
Reference in a new issue