From f9b74d4e2bed999cd643dcc703d25dd5b06d446b Mon Sep 17 00:00:00 2001 From: Marijn Besseling Date: Sun, 19 Oct 2025 20:19:25 +0200 Subject: only use arrows in footer lists --- Blog/wwwroot/app.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'Blog/wwwroot') diff --git a/Blog/wwwroot/app.css b/Blog/wwwroot/app.css index 98b81d9..038f76e 100644 --- a/Blog/wwwroot/app.css +++ b/Blog/wwwroot/app.css @@ -91,19 +91,19 @@ header > h1 { display: inline-block; } -li:has(a:focus)::marker { +footer li:has(a:focus)::marker { content: "==> "; } -li:has(a:hover)::marker { +footer li:has(a:hover)::marker { content: " >"; } -li:has(a:hover:focus)::marker { +footer li:has(a:hover:focus)::marker { content: "==>"; } -li::marker { +footer li::marker { content: "> "; } @@ -293,4 +293,8 @@ small { span.name { color: var(--color); filter: opacity(50%); -} \ No newline at end of file +} + +li.dash { + list-style-type: "- "; +} -- cgit v1.2.3