fixed bg cutting out by the end of the content of the pages

This commit is contained in:
Jakub Heger 2024-10-21 16:06:48 +02:00
parent c5ffb99278
commit 14bba6fb49

View file

@ -15,15 +15,15 @@
} }
html { html {
background-color: var(--background) ;
}
body {
background-image: url(/assets/bgpattern.png); background-image: url(/assets/bgpattern.png);
animation: scrolling 20s linear 1; animation: scrolling 20s linear 1;
animation-direction: forward; animation-direction: forward;
animation-iteration-count: infinite; animation-iteration-count: infinite;
background-color: var(--background) ;
}
body {
margin: 0px; margin: 0px;