From 36358e419038b1401e679d0a68ffdcadaa0fd57a Mon Sep 17 00:00:00 2001 From: ICabaleiro Date: Fri, 14 Feb 2020 13:27:20 +0000 Subject: [PATCH] Fixing register button --- assets/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/style.css b/assets/style.css index cd8f2d9..a5d309b 100644 --- a/assets/style.css +++ b/assets/style.css @@ -123,6 +123,11 @@ body { color: var(--whiteColor); } + /* Register button */ + #custom-css .create-account-button{ + background-color: var(--mainForegroundColor); + } + /* Icons from buttons */ #custom-css .upload-button my-global-icon svg g[stroke="#000000"], #custom-css a.add-button my-global-icon svg circle[stroke="#000000"],