fixed button in lightmode

This commit is contained in:
Jonas_Jones 2025-03-26 01:52:57 +01:00
parent 9bcaaf32c3
commit b22b915ce7

View file

@ -38,8 +38,8 @@
--bingo-cell-bg-color-hover: #ccc;
--bingo-cell-clicked-bg-color: #aaa;
--button-bg-color: var(--bg-color);
--button-color: var(--text-color);
--button-bg-color: var(--text-color);
--button-color: var(--bg-color);
--button-bg-color-hover: #ccc;
--warning-bg-color: rgb(255, 204, 0);