Changed button hover and focus color
This commit is contained in:
@@ -264,7 +264,7 @@ textarea.ant-input {
|
|||||||
color: var(--white-75);
|
color: var(--white-75);
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
background-color: var(--button-focused);
|
background-color: var(--color-owncast-purple-700);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: var(--white);
|
color: var(--white);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user