fix keyboard css

This commit is contained in:
Evan You 2022-01-23 19:13:29 +08:00
parent d0241c32e6
commit 5c1f8b843a
2 changed files with 5 additions and 5 deletions

View File

@ -30,7 +30,7 @@ const rows = [
width="24"
>
<path
fill="var(--color-tone-1)"
fill="currentColor"
d="M22 3H7c-.69 0-1.23.35-1.59.88L0 12l5.41 8.11c.36.53.9.89 1.59.89h15c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H7.07L2.4 12l4.66-7H22v14zm-11.59-2L14 13.41 17.59 17 19 15.59 15.41 12 19 8.41 17.59 7 14 10.59 10.41 7 9 8.41 12.59 12 9 15.59z"
></path>
</svg>

View File

@ -24,17 +24,17 @@ header {
.correct,
.present,
.absent {
color: #fff;
color: #fff !important;
}
.correct {
background-color: #6aaa64;
background-color: #6aaa64 !important;
}
.present {
background-color: #c9b458;
background-color: #c9b458 !important;
}
.absent {
background-color: #787c7e;
background-color: #787c7e !important;
}