updated LICENSE and edited themes
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user