mirror of https://github.com/tildeclub/site.git
Update style.css
This commit is contained in:
parent
cd09e67d8b
commit
6f92582412
|
@ -85,10 +85,10 @@ h1 {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
animation: reveal 4s linear;
|
animation: reveal 4s linear;
|
||||||
text-overflow: "ˆ";
|
text-overflow: "██";
|
||||||
}
|
}
|
||||||
#fancyboi::after {
|
#fancyboi::after {
|
||||||
content: "ˆ";
|
content: "██";
|
||||||
animation: flash 0.5s step-end infinite;
|
animation: flash 0.5s step-end infinite;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue