Violets-Purgatory/static/noScript.css

9 lines
174 B
CSS
Raw Normal View History

2024-04-18 23:50:10 -05:00
.pfp:active {
rotate: 7200deg;
transform: scale(1.15);
transition: all 5s cubic-bezier(0.445, 0.05, 0.55, 0.95) !important;
}
.noscript {
display: initial;
2024-04-18 23:50:10 -05:00
}