Skip to content

Commit

Permalink
update: Thu 15 Aug 2024 17:35:59 CEST
Browse files Browse the repository at this point in the history
  • Loading branch information
cophilot committed Aug 15, 2024
1 parent 603fb45 commit fac5038
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/api/BoardScoreTable/BoardScoreTable.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@
th {
font-weight: bold;
background-color: var(--primary-color);
color: var(--bg-color);
position: sticky;
top: -3px;
z-index: 10000;
input {
color: var(--bg-color);
}
}

th,
Expand All @@ -28,12 +30,14 @@
}
::placeholder {
color: var(--font-color);
color: var(--bg-color);

opacity: 1; /* Firefox */
}
::-ms-input-placeholder {
/* Edge 12 -18 */
color: var(--font-color);
color: red;
color: var(--bg-color);
}
.row-icon {
height: 70px;
Expand All @@ -45,7 +49,6 @@
}
.win {
background-color: var(--primary-color);
color: var(--bg-color);
}
.help-row {
background-color: var(--primary-color);
Expand Down

0 comments on commit fac5038

Please sign in to comment.