14.05.2026 rip

This commit is contained in:
2026-05-14 17:59:22 +03:00
parent 226371e0f6
commit 5e5fe02bb7
4 changed files with 10 additions and 5 deletions

View File

@@ -83,6 +83,11 @@
transition: all 0.3s;
}
.tab:disabled {
opacity: 0.4;
cursor: not-allowed;
}
.tab[data-active] {
background: var(--grad-center);
color: var(--text-primary);