From 83763a2beb7c5aff061e6cdd45ee05a430b6953b Mon Sep 17 00:00:00 2001 From: rektdeckard Date: Mon, 10 Jun 2024 12:49:45 -0600 Subject: [PATCH] fix(app): better color input appearance in Firefox --- src/components/App/App.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/App/App.css b/src/components/App/App.css index 8489349..9f06c4c 100644 --- a/src/components/App/App.css +++ b/src/components/App/App.css @@ -48,6 +48,10 @@ body { background-color: var(--acid); } +::-moz-color-swatch { + border: none; +} + h2 { font-weight: 400; }