fix backgroud

This commit is contained in:
Sky 2023-07-23 14:51:31 -04:00
parent b90bd2cc4c
commit 2f9d366bbe

View File

@ -104,10 +104,11 @@ a:hover {
}
body {
background: linear-gradient(45deg, rgba(36, 69, 128, 1) 0%, rgb(24, 17, 87) 33%, rgba(36, 69, 128, 1) 66%, rgb(24, 17, 87) 100%);
background: repeating-linear-gradient(45deg, rgba(36, 69, 128, 1) 0%, rgb(24, 17, 87) 33%, rgba(36, 69, 128, 1) 66%, rgb(24, 17, 87) 100%);
background-size: 400% 400%;
background-attachment: fixed;
animation: gradient 30s linear infinite;
height: 100%;
height: 100vh;
}
@keyframes gradient {