From 5e8fa866d9c390e8f364ae9de8cd94bb5a832751 Mon Sep 17 00:00:00 2001 From: winter Date: Fri, 21 Mar 2025 21:07:40 +0000 Subject: dark theme --- static/profile.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static/profile.css') diff --git a/static/profile.css b/static/profile.css index 3634b23..ed92b44 100644 --- a/static/profile.css +++ b/static/profile.css @@ -64,6 +64,10 @@ border-radius: var(--border-radius); padding: var(--spacing-single) var(--spacing-double); width: max-content; + + &::before { + color: var(--clr-foreground-on-secondary); + } } details[open]:has(.pokeForm) > summary { border-radius: var(--border-radius) var(--border-radius) 0 0; -- cgit v1.3