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 {