Fine volume control (1% under 10%) and add credits

This commit is contained in:
Tronax 2026-08-08 10:37:42 +02:00
parent 68e6be32f0
commit 01e7632096
Signed by: Tronax
SSH key fingerprint: SHA256:2pKKXDZucWvaF/GzXNz0FY53EAO1YDLN80bqS+TTz/o
3 changed files with 50 additions and 8 deletions

View file

@ -215,3 +215,18 @@ input[type="range"]::-webkit-slider-thumb:active { transform: scale(1.18); }
padding-top: 2px;
}
.note.error { color: var(--danger); }
/* ---------- Credits ---------- */
.credits {
font-family: 'DM Mono', monospace;
font-size: 10px;
color: var(--text-dim);
text-align: center;
letter-spacing: .3px;
padding-top: 2px;
opacity: .85;
}
.credits .heart {
color: var(--danger);
margin-left: 1px;
}