From fb6cc59d69ae8e4f0bd331ef1af16a54e56dcbe1 Mon Sep 17 00:00:00 2001 From: balex Date: Tue, 3 Mar 2026 20:27:08 +0100 Subject: [PATCH] style audio --- src/public/css/style.css | 5 ++++- src/public/index.html | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/public/css/style.css b/src/public/css/style.css index 0562300..074d8a3 100644 --- a/src/public/css/style.css +++ b/src/public/css/style.css @@ -270,8 +270,11 @@ body { .btn-primary:hover { filter: brightness(1.1); } .btn-primary:disabled { filter: none; } -.btn-download { color: var(--success); border-color: var(--success); font-size: 16px; } +.btn-download { border-color: var(--success); display: flex; align-items: center; justify-content: center; gap: 4px; } .btn-download:not(:disabled):hover { background: rgba(48, 209, 88, 0.12); } +.dl-arrow { color: var(--success); font-size: 22px; font-weight: 900; line-height: 1; } +.dl-label { color: var(--text-dim); font-size: 13px; } +.dl-icon { color: var(--accent); font-size: 15px; } /* ── Feedback ── */ .feedback-box { diff --git a/src/public/index.html b/src/public/index.html index f6a17e6..a2aca5f 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -62,7 +62,7 @@
- +