.hide-post-link{
font-size:20pt;
opacity:1 !important;
}
.hide-post-link:hover {animation: rainbow-bg 1s linear;
animation-iteration-count: infinite;}
@keyframes rainbow-bg{
100%,0%{
background-color: rgb(255,0,0);
}
8%{
background-color: rgb(255,127,0);
}
16%{
background-color: rgb(255,255,0);
}
25%{
Post too long. Click here to view the full text.