fix(app): better color input appearance in Firefox

This commit is contained in:
rektdeckard
2024-06-10 12:49:45 -06:00
parent dd3fc59e02
commit 83763a2beb

View File

@@ -48,6 +48,10 @@ body {
background-color: var(--acid); background-color: var(--acid);
} }
::-moz-color-swatch {
border: none;
}
h2 { h2 {
font-weight: 400; font-weight: 400;
} }