From 7129b49f05d0cb1a79aee612fe3d1a77b9070741 Mon Sep 17 00:00:00 2001 From: Rishikesh Jagadale <87235655+rissh@users.noreply.github.com> Date: Tue, 23 Jul 2024 01:23:10 +0530 Subject: [PATCH] Update button border radius on Tutorial page (#6070) --- docs/stylesheets/extra.css | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index d5217cf03..4a008bcd6 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -204,6 +204,7 @@ border-radius: 0.7rem 0 0 0 ; .md-typeset .md-button { color: #024c93; + border-radius: 0.7rem; } /* Giving h4 tag distinctive style because it is non-differntial with bold text */