From 156f1eb9623a54843a728936b08851cdb7aa21e3 Mon Sep 17 00:00:00 2001 From: Arun Mathai Date: Tue, 14 Jan 2025 17:27:28 +0530 Subject: feat(copy-code): To allow user to copy contents within code block to clipboard fix(ui): corrections told by tomfran fix(ui): add more contrast to button. fix(ui): loading js as deferred --- assets/css/vars.css | 1 + 1 file changed, 1 insertion(+) (limited to 'assets/css/vars.css') diff --git a/assets/css/vars.css b/assets/css/vars.css index 995cf2e..b28df63 100644 --- a/assets/css/vars.css +++ b/assets/css/vars.css @@ -44,6 +44,7 @@ /* Code */ --code-padding: 1.5rem; --code-border-radius: 10px; + --copy-code-button-border-radius: 7px; /* Social section */ --social-icons-bottom-margin: 3rem; -- cgit v1.2.3