Changed button hover and focus color

This commit is contained in:
t1enne 2022-05-22 14:41:09 +02:00
parent 3a785c2a48
commit b53c1cc32e

View File

@ -264,7 +264,7 @@ textarea.ant-input {
color: var(--white-75);
&:hover,
&:focus {
background-color: var(--button-focused);
background-color: var(--color-owncast-purple-700);
border-color: transparent;
color: var(--white);
}