Update templates/index.html

This commit is contained in:
Adolfo Delorenzo 2025-04-05 17:56:07 +00:00
parent 34e3a18a9e
commit 1043402516

View File

@ -41,7 +41,10 @@
background-color: #dc3545 !important; background-color: #dc3545 !important;
animation: pulse 1.5s infinite; animation: pulse 1.5s infinite;
} }
.record-btn.btn {
border-radius: 50% !important;
line-height: 1;
}
@keyframes pulse { @keyframes pulse {
0% { 0% {
transform: scale(1); transform: scale(1);