mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 10:32:08 -05:00
fix backgroud
This commit is contained in:
parent
b90bd2cc4c
commit
2f9d366bbe
@ -104,10 +104,11 @@ a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
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-size: 400% 400%;
|
||||||
|
background-attachment: fixed;
|
||||||
animation: gradient 30s linear infinite;
|
animation: gradient 30s linear infinite;
|
||||||
height: 100%;
|
height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes gradient {
|
@keyframes gradient {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user