From fd3552e725b4195af8ae193feb3f2dc1469d7b8f Mon Sep 17 00:00:00 2001 From: Smittix Date: Thu, 26 Feb 2026 22:20:27 +0000 Subject: [PATCH] fix: include core/components.css for btn-ghost styling The .btn, .btn-sm, and .btn-ghost classes used by morse mode buttons (TXT, CSV, Copy, Clear) were defined in core/components.css but the stylesheet was never loaded in index.html, causing unstyled buttons. Co-Authored-By: Claude Opus 4.6 --- templates/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/index.html b/templates/index.html index a45d8d0..6e16d15 100644 --- a/templates/index.html +++ b/templates/index.html @@ -66,6 +66,7 @@ +