diff --git a/static/style.css b/static/style.css index 4ce3518..497c6dd 100644 --- a/static/style.css +++ b/static/style.css @@ -121,7 +121,7 @@ th { background: var(--surface); font-weight: 600; } transition: border-color 0.15s, background 0.15s; } .port:hover { border-color: var(--accent); } -.port.connected { border-color: var(--green); background: #2a4a3a; } +.port.connected { border-width: 2px; } /* MODAL */ .modal-overlay { diff --git a/templates/_port_list.html b/templates/_port_list.html index e2f2f94..cbb4ce3 100644 --- a/templates/_port_list.html +++ b/templates/_port_list.html @@ -4,7 +4,10 @@