diff --git a/src/components/vpncard.js b/src/components/vpncard.js index a17bb6bc..bd849555 100644 --- a/src/components/vpncard.js +++ b/src/components/vpncard.js @@ -333,7 +333,8 @@ export class VPNCard extends LitElement { .box.connecting svg, .box.connecting .timer, - .connecting mz-pill .connecting footer { + .connecting mz-pill, + .connecting footer { opacity: 0.5; transition: opacity 0.3s ease; }