Remove blinking navigation buttons

This commit is contained in:
Nanne Baars 2020-10-22 16:50:54 +02:00 committed by Nanne Baars
parent 488a8e934a
commit 36cf028334

View File

@ -1094,17 +1094,9 @@ cookie-container {
margin: 3px; margin: 3px;
} }
@keyframes blink {
50% {
border-color: white;
}
}
.cur-page { .cur-page {
animation: blink 1.5s 2 forwards; border-bottom: 2px solid #000;
border: 3px solid blue; color:#aaa;
color: #aaa;
background-color: lightsalmon;
} }
span.show-next-page, span.show-prev-page { span.show-next-page, span.show-prev-page {