Fix use of invalid CSS property text-color
This commit is contained in:
parent
7b3dfc6e44
commit
de73743043
|
@ -202,7 +202,7 @@ input[type="submit"]:hover, button:hover {
|
|||
input[type="submit"]:active, button:active {
|
||||
background-color: var(--numerus--color--black);
|
||||
border-color: var(--numerus--color--white);
|
||||
text-color: var(--numerus--color--white);
|
||||
color: var(--numerus--color--white);
|
||||
}
|
||||
|
||||
button.icon {
|
||||
|
|
Loading…
Reference in New Issue