From dde61756e7a489d282d45321cc66a5e311b6738c Mon Sep 17 00:00:00 2001 From: Shivam Bansal Date: Wed, 15 May 2024 20:31:46 +0530 Subject: [PATCH] Updated welcome page buttons styling from square to rounded --- res/welcome.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/res/welcome.html b/res/welcome.html index ef2d43bd8f..2691cc8a47 100644 --- a/res/welcome.html +++ b/res/welcome.html @@ -92,6 +92,11 @@ background-position: 10px center; text-decoration: none; color: #2e2f32 !important; + border-radius: 20px; + } + + .mx_ButtonParent:hover { + outline: white solid 1px; } .mx_ButtonLabel {