From e2b15a1d2adc05a1408acdb82a9532af0683090d Mon Sep 17 00:00:00 2001 From: Miodec Date: Tue, 6 Sep 2022 13:48:17 +0200 Subject: [PATCH] fixed snes --- frontend/static/themes/snes.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/static/themes/snes.css b/frontend/static/themes/snes.css index 60f11f8b4..7cf895087 100644 --- a/frontend/static/themes/snes.css +++ b/frontend/static/themes/snes.css @@ -46,6 +46,10 @@ background: #9f8ad4; } +#menu .textButton:nth-child(8) { + background: #a692d7; +} + #top.focus #menu .textButton.discord::after { border-color: transparent; }