forked from rDrama/rDrama
1
0
Fork 0

fix effortpost flair

master
Aevann 2024-06-07 17:05:29 +03:00
parent e76f1b13af
commit 897abfb0d9
1 changed files with 6 additions and 2 deletions

View File

@ -7621,8 +7621,12 @@ blink {
:not(td) > a[href="/h/highrollerclub"].hole-flair, .effortpost-flair {
font-family: open sans,sans-serif !important;
background: url("/i/animations/gold_gradient.svg");
background-size: 200% 200%;
background: repeating-linear-gradient(
45deg,
#a78e00,
#947d00 20px,
#847000 60px
);
font-weight: 700 !important;
animation: 60s linear 0s infinite move-colors;
}