Шрифты

This commit is contained in:
Maxim
2026-06-18 11:27:03 +03:00
parent fd627257f5
commit e92c7d8f09
14 changed files with 262 additions and 56 deletions

View File

@@ -1,5 +1,4 @@
/* Стили аудио-индикатора (pulse, индикатор) */
/* ===== AUDIO INDICATOR ===== */
/* Стили аудио-индикатора */
@keyframes pulse {
0%, 100% {
opacity: 1;
@@ -12,9 +11,8 @@
}
#audio-indicator {
transition: all 0.3s ease;
font-family: monospace;
font-size: 16px;
font-family: var(--font-tech);
font-size: var(--font-size-lg);
padding: 4px 12px;
border-radius: 6px;
background: rgba(0, 0, 0, 0.4);
@@ -22,6 +20,7 @@
min-width: 50px;
text-align: center;
user-select: none;
transition: all 0.3s ease;
}
#audio-indicator.active {