Removed margin from body

This commit is contained in:
BOT Alex 2024-03-18 09:04:44 +01:00
parent be35022ed2
commit d2b4e839c9
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ body {
font-family: var(--main-font);
color: var(--text1); /* Default to primary text color. */
background-color: var(--background);
margin: 0;
}
a, a:link a:visited {