updated LICENSE and edited themes

This commit is contained in:
2023-07-18 15:52:05 -07:00
parent 275cad8488
commit 5ee92344aa
10 changed files with 368 additions and 132 deletions

View File

@ -266,10 +266,10 @@ span.required{
}
.mt-copyright-text {
background-image:
linear-gradient(to right, #E61D25,#F46F22,#F7924E,#E05AA3,#C34E95,#B21E6A);
linear-gradient(to right, #E61D25,#F46F22,#F7924E,#E05AA3,#C34E95,#B21E6A);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: transpride 1000s linear infinite;
animation: gradientR 1000s linear infinite;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
@ -281,7 +281,7 @@ span.required{
-ms-user-select: none;
user-select: none;
}
@keyframes transpride {
@keyframes gradientR {
to {
background-position: 4500vh;
}