forked from rDrama/rDrama
1
0
Fork 0

remove legacy PCM shit

master
Aevann 2022-12-30 16:50:45 +02:00
parent bce8f65ab0
commit 381ea66e38
2 changed files with 1 additions and 11 deletions

View File

@ -6217,16 +6217,6 @@ div.markdown {
color: #433722;
}
.live-circle {
animation: blinker 4s infinite;
}
@keyframes blinker {
from { color: var(--gray-200) }
50% { color:red }
to { color: var(--gray-200) }
}
.distribute {
font-size:10px;
padding: 2px 0.5rem !important;

View File

@ -1,3 +1,3 @@
* :not(img[src="/i/hand.webp"] + img, img.golden, img[g], img[glow], .live-circle) {
* :not(img[src="/i/hand.webp"] + img, img.golden, img[g], img[glow]) {
animation: unset !important;
}