mirror of
https://github.com/JonasunderscoreJones/BingoGenerator.git
synced 2025-10-22 22:09:18 +02:00
fixed button in lightmode
This commit is contained in:
parent
9bcaaf32c3
commit
b22b915ce7
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue