diff --git a/index.html b/index.html index f9c241c..20f0f40 100644 --- a/index.html +++ b/index.html @@ -181,6 +181,11 @@
+ + + +
+
diff --git a/src/parts/_forms.css b/src/parts/_forms.css index b6b7686..4d3fe79 100644 --- a/src/parts/_forms.css +++ b/src/parts/_forms.css @@ -31,6 +31,11 @@ select { outline: none; } +input[type='color'] { + min-height: 2rem; + padding: 8px; +} + input, select, button,