a lot of stuff
Some checks failed
Build / deploy (push) Has been cancelled

This commit is contained in:
CJSatnarine
2025-10-07 20:21:44 -04:00
parent 015c048dbd
commit 1f01baa3c2
17 changed files with 102 additions and 101 deletions

View File

@@ -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;