mirror of
https://github.com/sigmasternchen/x86-64-wordle
synced 2025-03-15 08:09:01 +00:00
fix: HalfRight key color
This commit is contained in:
parent
0719a9118f
commit
cb21280e85
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ body {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cell.HalfRight {
|
.key.HalfRight {
|
||||||
background-color: #bb0;
|
background-color: #bb0;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue