From 9a936390bc3f96ac16ddfe372948f4ed111fae7c Mon Sep 17 00:00:00 2001 From: Miodec Date: Tue, 6 Sep 2022 13:23:16 +0200 Subject: [PATCH] fixed invisible buttons --- frontend/static/themes/chaos_theory.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/frontend/static/themes/chaos_theory.css b/frontend/static/themes/chaos_theory.css index 00a4cd5ea..ef19939b8 100644 --- a/frontend/static/themes/chaos_theory.css +++ b/frontend/static/themes/chaos_theory.css @@ -131,3 +131,11 @@ #menu .textButton:nth-child(6) { background: #fc76d9; } + +#menu .textButton:nth-child(7) { + background: #ab92e1; +} + +#menu .textButton:nth-child(8) { + background: #f3ea5d; +}