Skip to content

Commit

Permalink
update: Thu 15 Aug 2024 18:26:49 CEST
Browse files Browse the repository at this point in the history
  • Loading branch information
cophilot committed Aug 15, 2024
1 parent fac5038 commit 3164499
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/api/BoardScoreTable/BoardScoreTable.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@
color: var(--font-color);
}
::placeholder {
color: var(--font-color);
color: var(--bg-color);

opacity: 1; /* Firefox */
}
::-ms-input-placeholder {
Expand All @@ -48,6 +46,7 @@
font-weight: bold;
}
.win {
color: var(--secondary-color);
background-color: var(--primary-color);
}
.help-row {
Expand Down

0 comments on commit 3164499

Please sign in to comment.