Fixed background inconsistency across page

This commit is contained in:
0xmac 2024-10-13 20:58:37 +02:00
parent 640f1612e7
commit 3b5430690f

View File

@ -15,9 +15,8 @@ body {
background-image: url(../global/fade.png); background-image: url(../global/fade.png);
background-repeat: repeat-x; background-repeat: repeat-x;
background-position: top;
background-color: var(--main-bg-end-color); background-color: var(--main-bg-end-color);
background-position: left; background-position: left top;
margin:0; margin:0;
padding-bottom:26px; padding-bottom:26px;