diff --git a/static/dry_contact.jpg b/static/dry_contact.jpg new file mode 100644 index 0000000..c02d488 Binary files /dev/null and b/static/dry_contact.jpg differ diff --git a/static/index.html b/static/index.html index 831454b..da91f71 100644 --- a/static/index.html +++ b/static/index.html @@ -101,8 +101,9 @@ border: 4px solid rgba(0, 0, 0, 0); aspect-ratio: 1; } - input:checked + img { - border-color: #58a6ff; + input:checked ~ img, + img:has(+ input:checked){ + border-color: #58a6ff; } @media (prefers-color-scheme: dark) { body { @@ -136,6 +137,31 @@ body.show-diy .diy { display: initial; } + + div.radios{ + display: flex; + align-items: start; + font-size: 75%; + } + div.radios label{ + /* padding: 10px; */ + width: 32%; + } + div.radios img{ + width: 150px; + border-radius: 10px; + } + + div.radios .note{ + font-size: 80%; + color: #DDD; + font-style:italic; + } + + #wiring_diagram{ + width: 600px; + border-radius: 15px; + }