From d8f780a7ece3cdb94092fe24e770e3078be134c0 Mon Sep 17 00:00:00 2001 From: Heli-o Date: Sun, 7 Apr 2024 16:41:30 +0200 Subject: [PATCH] fixed links and increased the size --- quartz/components/Homebar.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/quartz/components/Homebar.tsx b/quartz/components/Homebar.tsx index 54d4ba6..ebd2f08 100644 --- a/quartz/components/Homebar.tsx +++ b/quartz/components/Homebar.tsx @@ -8,11 +8,11 @@ const Homebar: QuartzComponent = ({ fileData, cfg, displayClass }: QuartzCompone const baseDir = pathToRoot(fileData.slug!) return (
- Home - Characters - Where you can find me - Projects - Articles + Home + Characters + Where you can find me + Projects + Articles
) } @@ -24,10 +24,11 @@ Homebar.css = ` flex-direction: row; } .hb-button { + text-size: 0.9rem; border-radius: 16px; border:none; background-color: rgba(100,100,100, 0.3); - padding: 0.2rem 0.4rem; + padding: 0.4rem 0.8rem; margin: 0.2rem 0.4rem; text-decoration: none; width: fit-content;