From 63733cbce1392a3b01f4617bca51ed968da0d420 Mon Sep 17 00:00:00 2001 From: rdavidek Date: Sun, 28 Dec 2025 20:56:50 +0100 Subject: [PATCH] change color --- src/main/resources/web/index.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/main/resources/web/index.html b/src/main/resources/web/index.html index 239d973..4be255d 100644 --- a/src/main/resources/web/index.html +++ b/src/main/resources/web/index.html @@ -59,6 +59,14 @@ } button:hover { background: var(--primary-hover); transform: translateY(-1px); } + .btn-secondary { + background: #64748b !important; + color: #f8fafc !important; + } + .btn-secondary:hover { + background: #94a3b8 !important; + } + .icon-button:hover { color: var(--primary) !important; transform: scale(1.1); @@ -190,7 +198,7 @@
- +