revert revert 5ee92344aa

revert updated LICENSE and edited themes
This commit is contained in:
2023-07-18 23:00:31 +00:00
parent 8d60c2b094
commit e8693ca9ae
10 changed files with 367 additions and 131 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;
}