mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-11 06:05:16 +08:00
fixed dots having one icon invisible
This commit is contained in:
parent
b6bc5e4797
commit
cb7cf362fe
1 changed files with 2 additions and 1 deletions
|
@ -54,7 +54,8 @@
|
|||
background: #ffd543;
|
||||
}
|
||||
|
||||
#menu .icon-button:nth-child(6) {
|
||||
#menu .icon-button:nth-child(6),
|
||||
#menu .icon-button:nth-child(7) {
|
||||
background: #ff9349;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue