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);