From c4443c2f8c67dda511a03775f25e33959e338949 Mon Sep 17 00:00:00 2001 From: Amoelle Date: Mon, 7 Apr 2025 03:39:03 +0300 Subject: [PATCH] update copy button --- web/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/index.html b/web/index.html index b3e0fc7..e53cfa1 100644 --- a/web/index.html +++ b/web/index.html @@ -70,7 +70,7 @@ position: absolute; right: 10px; top: 7px; - background: var(--bg); + background: transparent; color: var(--secondary); border: 1px solid var(--border); border-radius: 3px;