mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-08 05:03:39 +08:00
fixed dots
This commit is contained in:
parent
9a936390bc
commit
d094a355aa
1 changed files with 5 additions and 2 deletions
|
|
@ -51,15 +51,18 @@
|
|||
background: #4acb8a;
|
||||
}
|
||||
|
||||
#menu .textButton:nth-child(5) {
|
||||
#menu .textButton:nth-child(6) {
|
||||
background: #ffd543;
|
||||
}
|
||||
|
||||
#menu .textButton:nth-child(6),
|
||||
#menu .textButton:nth-child(7) {
|
||||
background: #ff9349;
|
||||
}
|
||||
|
||||
#menu .textButton:nth-child(8) {
|
||||
background: #f94348;
|
||||
}
|
||||
|
||||
/* #menu:after{
|
||||
content: "";
|
||||
background: #ff9349;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue