fixed a bug where the login button would not show as a dot

This commit is contained in:
Jack 2020-05-14 22:22:29 +01:00
parent d97850fb6f
commit 4fdcdcc4b8

View file

@ -52,6 +52,6 @@
background: #4acb8a;
}
#menu .button:nth-child(4){
#menu .button:nth-child(4), #menu .button:nth-child(5){
background: #ffd543;
}