Pagination blinkers #23

Merged
alk-spriet merged 2 commits from pagination-blinkers into main 2023-05-26 01:01:30 +02:00
Showing only changes of commit 4c0547e4fc - Show all commits

View File

@@ -3,7 +3,6 @@ domain("alkemics.com") {
button:not([disabled]) .mdi-arrow-right-bold,
button:not([disabled]) .mdi-arrow-left-bold {
&:not([disabled]):hover {
animation: car-blinkers 900ms steps(1, end) infinite;
}
@@ -11,7 +10,8 @@ domain("alkemics.com") {
@keyframes car-blinkers {
45% {
color: lightgreen;
color: rgb(0, 190, 0);
/*filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.15));*/
}
}
}