This commit is contained in:
@@ -71,6 +71,26 @@ hr {
|
||||
height: 5px;
|
||||
border: 0;
|
||||
}
|
||||
/* GAY colour for special stuff */
|
||||
.special {
|
||||
background: linear-gradient(to right, colours.$h1, colours.$h2, colours.$h3, colours.$h4, colours.$h5, colours.$h6, colours.$h1, colours.$h1);
|
||||
background-size: 200% auto;
|
||||
background-clip: text;
|
||||
color: transparent;
|
||||
|
||||
/* animation stuff */
|
||||
animation: animatingGradient 1s linear infinite;
|
||||
}
|
||||
|
||||
@keyframes animatingGradient {
|
||||
0% {
|
||||
background-position: 200% 50%;
|
||||
}
|
||||
|
||||
100% {
|
||||
background-position: 0% 50%;
|
||||
}
|
||||
}
|
||||
|
||||
#vaxandi_forritari {
|
||||
color: colours.$h1;
|
||||
|
||||
Reference in New Issue
Block a user