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

@ -104,6 +104,10 @@ li {
}
@media (prefers-color-scheme: light) {
#upvote-btn[voted] {
color: #61ABDA;
}
body {
background-color: #ffffff;
color: #1f2328;

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;