summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-07-26 22:05:04 -0400
committerpommicket <pommicket@gmail.com>2023-07-26 22:05:04 -0400
commit6b47aeb2616e06729f2a0ebcadd04b33f472d1d0 (patch)
treeaf067cb0cd98bd801b7a4fb31ea3411f63036307 /index.html
parent003273175ca4bd55d42de89aa124b4e73877a1ab (diff)
color input
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/index.html b/index.html
index 690eaf7..cb9f536 100644
--- a/index.html
+++ b/index.html
@@ -118,6 +118,14 @@
padding-left: 0.5em;
padding-right: 0.5em;
}
+ input[type="color"] {
+ padding: 0;
+ margin: 0.2em 0.5em;
+ border: 2px solid #000;
+ outline: 1px solid #fff;
+ height: 1.3em;
+ width: 1.3em;
+ }
.widget {
display: block;
border-bottom: 2px solid #777;