- Inserire l'immagine degli annunci sul bot Telegram

- Lista Ultimi Movimenti
This commit is contained in:
Surya Paolo
2024-09-29 16:58:33 +02:00
parent 4c9e5ae991
commit 5c0d0db45b
4 changed files with 22 additions and 3 deletions

View File

@@ -2270,4 +2270,13 @@ $coloreprincipale: lightblue;
border-radius: 50%;
object-fit: cover;
}
.background-even {
background-color: rgba(211, 211, 211, 0.3);
}
.background-odd {
background-color: white;
/* O altro colore preferito */
}