fix color

This commit is contained in:
Alejandro Gomez 2023-01-27 14:46:32 +01:00
parent 613665c187
commit 5817c36af1
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817

View File

@ -124,6 +124,11 @@ button:disabled {
cursor: not-allowed;
color: var(--gray);
}
.light button.transparent {
color: var(--font-color);
}
.light button:disabled {
color: var(--font-secondary-color);
border-color: var(--font-secondary-color);