This commit is contained in:
Waffelo 2025-04-26 18:28:55 +02:00
parent ea78ffa7f6
commit b2cd0b93dd
2 changed files with 10 additions and 2 deletions

View file

@ -12,11 +12,15 @@
border: 1px solid var(--borders);
}
html {
padding: 25px;
}
body {
background: var(--background-color);
color: var(--text-color);
font-family: monospace;
font-size: 14.8px;
font-size: 13.8px;
line-height: 1.5;
margin: 0px;
padding: 0px;

View file

@ -12,11 +12,15 @@
border: 1px solid var(--borders);
}
html {
padding: 25px;
}
body {
background: var(--background-color);
color: var(--text-color);
font-family: monospace;
font-size: 14.8px;
font-size: 13.8px;
line-height: 1.5;
margin: 0px;
padding: 0px;