Fix button color swapping

This commit is contained in:
Alex Selimov 2026-03-20 08:45:33 -04:00
parent d8834d83b7
commit 460fe6a820
2 changed files with 5 additions and 1 deletions

View file

@ -203,7 +203,7 @@ td {
background: none;
border: none;
cursor: pointer;
color: var(--color-light);
color: currentColor;
font-size: calc(var(--size) * 4);
line-height: 0.8;
padding: 0;