From 1fec41a615478bc36beb8b27a58861f9f8f9dfab Mon Sep 17 00:00:00 2001 From: Andrea Date: Tue, 5 Aug 2025 10:11:08 +0200 Subject: [PATCH] feat: add edit icon in typo link --- content/_markdown_footer.md | 5 ++++- custom.css | 6 ++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/content/_markdown_footer.md b/content/_markdown_footer.md index 63445a1..acc80f2 100644 --- a/content/_markdown_footer.md +++ b/content/_markdown_footer.md @@ -5,6 +5,9 @@ diff --git a/custom.css b/custom.css index c0eccc9..bb0fe5f 100644 --- a/custom.css +++ b/custom.css @@ -10,6 +10,12 @@ align-items: center; } +.typo-link a { + display: flex; + align-items: center; + gap: 4px; +} + a code { color: var(--pico-primary);; } -- 2.49.1