From 62bec1c2d80f04ec12e3b9bb81a7f1fe2285a662 Mon Sep 17 00:00:00 2001 From: Heli-o Date: Sun, 7 Apr 2024 16:27:58 +0200 Subject: [PATCH] changed border radius --- quartz/components/Homebar.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/quartz/components/Homebar.tsx b/quartz/components/Homebar.tsx index c76ff22..54d4ba6 100644 --- a/quartz/components/Homebar.tsx +++ b/quartz/components/Homebar.tsx @@ -24,13 +24,15 @@ Homebar.css = ` flex-direction: row; } .hb-button { - border-radius: 25%; + border-radius: 16px; + border:none; background-color: rgba(100,100,100, 0.3); padding: 0.2rem 0.4rem; margin: 0.2rem 0.4rem; text-decoration: none; width: fit-content; height: fit-content; + cursor:pointer; } .hb-button:hover { background-color: rgba(100,100,100, 0.5);