diff --git a/src/textswitch.js b/src/textswitch.js index 7e025d26b5d764321bc68d771e8675193aeef7bb..3066a12940238465b0e9bcdc080494e33fc067c5 100644 --- a/src/textswitch.js +++ b/src/textswitch.js @@ -55,6 +55,10 @@ export class TextSwitch extends LitElement { background-color: black !important; color: var(--vpu-primary-text-color) !important; } + + .button:hover { + background-color: var(--vpu-secondary-bg-color) !important; + } `; }