add system of temporary vocal

This commit is contained in:
Arthur Puechberty
2026-01-17 23:35:16 +01:00
parent e321e38c19
commit 23d6326ca7
7 changed files with 389 additions and 1 deletions
+18
View File
@@ -516,6 +516,24 @@ body {
color: var(--text-muted);
}
/* ===== Info Box ===== */
.info-box {
background: linear-gradient(135deg, rgba(88, 101, 242, 0.1), rgba(88, 101, 242, 0.05));
border: 1px solid rgba(88, 101, 242, 0.3);
border-radius: var(--border-radius);
padding: var(--spacing-md);
margin-bottom: var(--spacing-lg);
color: var(--text-secondary);
font-size: 0.9rem;
line-height: 1.5;
}
.info-box strong {
color: var(--primary);
display: block;
margin-bottom: var(--spacing-xs);
}
/* ===== Mobile Sidebar Toggle ===== */
.mobile-toggle {
display: none;