From e6133f8cbc92d71a6f4d5ef5be8fd313abbed0fd Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Thu, 20 Feb 2025 20:56:53 -0800 Subject: [PATCH] Make the *current* breadcrumb stand out This doubles as a kind of page heading. --- web/src/App.svelte | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/src/App.svelte b/web/src/App.svelte index ec842ca..50d767e 100644 --- a/web/src/App.svelte +++ b/web/src/App.svelte @@ -264,4 +264,9 @@ margin-right: -32px; margin-left: -16px; } + :global(.pico nav[aria-label="breadcrumb"] ul li:last-child) { + font-size: 110%; + font-weight: bold; + text-decoration: underline; + }