mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-25 15:24:03 +08:00
fixed dots
This commit is contained in:
parent
e523cfb1a7
commit
e60fd05c51
1 changed files with 11 additions and 3 deletions
|
@ -52,17 +52,25 @@
|
|||
}
|
||||
|
||||
#menu .textButton:nth-child(6) {
|
||||
background: #ffd543;
|
||||
color: var(--sub-color);
|
||||
}
|
||||
|
||||
#menu .textButton:nth-child(6):hover {
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
#menu .textButton:nth-child(7) {
|
||||
background: #ff9349;
|
||||
background: #ffd543;
|
||||
}
|
||||
|
||||
#menu .textButton:nth-child(8) {
|
||||
background: #f94348;
|
||||
background: #ff9349;
|
||||
}
|
||||
|
||||
/* #menu .textButton:nth-child(8) {
|
||||
background: #f94348;
|
||||
} */
|
||||
|
||||
/* #menu:after{
|
||||
content: "";
|
||||
background: #ff9349;
|
||||
|
|
Loading…
Reference in a new issue