Fix button hover color

This commit is contained in:
JC Brand 2022-04-26 20:45:37 +02:00
parent ebd9474ac1
commit 0af72d41da

View File

@ -58,6 +58,7 @@
--save-button-color: var(--green);
--button-text-color: white;
--button-hover-text-color: white;
--chat-background-color: white;
--chat-textarea-color: #666;