Aggiustamenti alle pagine, pronta per il go-live.

This commit is contained in:
Emiliano Vavassori 2020-12-19 01:10:24 +01:00
parent 464c0bac4f
commit 6018e07841
9 changed files with 116 additions and 27 deletions

View file

@ -254,3 +254,11 @@ aside > h2 {
img {
max-width: 100%;
}
.liveactive {
font-weight: bold;
animation: blinker 1.7s cubic-bezier(.5, 0, 1,1) infinite;
-moz-animation: blinker 1s linear infinite;
}
@keyframes blinker { 50% { opacity: 0; } }