From c0fd9e370c1f325b335ab7430da46ee924523f34 Mon Sep 17 00:00:00 2001 From: neru Date: Mon, 25 May 2026 21:04:07 -0300 Subject: [PATCH] feat: add prefix and suffix --- src/app/page.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/app/page.css b/src/app/page.css index 51967ba..3363166 100644 --- a/src/app/page.css +++ b/src/app/page.css @@ -191,6 +191,14 @@ h1 { transition: 0.2s ease; } +.directory a::before { + content: "‹ " +} + +.directory a::after { + content:" ›" +} + .directory a:hover { cursor: url('https://cdn.cursors-4u.net/previews/my-custom-cursor-8-1-e2eeed6e-preview-32.webp') 0 0, auto !important; color: var(--text-header);