From 7081820d7daf1c8d59ad4b772c8be0e461a8e513 Mon Sep 17 00:00:00 2001 From: Muthu Kumar Date: Sat, 15 May 2021 05:37:32 +0530 Subject: [PATCH] (feat) edit "green button" style Signed-off-by: Muthu Kumar --- public/custom.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/public/custom.css b/public/custom.css index 91693ab..12c070a 100644 --- a/public/custom.css +++ b/public/custom.css @@ -78,8 +78,14 @@ body .full.height { border: none !important; } -.right.stackable.menu a:first-of-type { - display: none; +.ui.green.button, +.ui.green.buttons .button { + background: var(--color-primary); +} + +.ui.green.button:hover, +.ui.green.buttons .button:hover { + background: var(--color-primary-light-1); } .ui.avatar.image,