revert updated LICENSE and edited themes
This commit is contained in:
2023-07-18 22:58:11 +00:00
parent 5ee92344aa
commit fb0222dd55
10 changed files with 131 additions and 367 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: gradientR 1000s linear infinite;
animation: transpride 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 gradientR {
@keyframes transpride {
to {
background-position: 4500vh;
}