This commit is contained in:
2023-07-17 21:53:21 -07:00
parent 4222f1a016
commit 275cad8488
8 changed files with 339 additions and 12 deletions

View File

@ -266,7 +266,7 @@ span.required{
}
.mt-copyright-text {
background-image:
linear-gradient(to right, #5BCEFA,#F5A9B8,#fff);
linear-gradient(to right, #E61D25,#F46F22,#F7924E,#E05AA3,#C34E95,#B21E6A);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: transpride 1000s linear infinite;
@ -285,4 +285,8 @@ span.required{
to {
background-position: 4500vh;
}
}
}
video{
max-width:100%;
width: 100% !important;
}