From 4fdcdcc4b817572d15d2704c4fc9b41d69f59e6e Mon Sep 17 00:00:00 2001 From: Jack Date: Thu, 14 May 2020 22:22:29 +0100 Subject: [PATCH] fixed a bug where the login button would not show as a dot --- public/themes/dots.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/themes/dots.css b/public/themes/dots.css index e6a9eabe2..1d7442903 100644 --- a/public/themes/dots.css +++ b/public/themes/dots.css @@ -52,6 +52,6 @@ background: #4acb8a; } -#menu .button:nth-child(4){ +#menu .button:nth-child(4), #menu .button:nth-child(5){ background: #ffd543; } \ No newline at end of file