diff options
| author | winter | 2025-03-21 21:07:40 +0000 |
|---|---|---|
| committer | winter | 2025-03-21 21:07:40 +0000 |
| commit | 5e8fa866d9c390e8f364ae9de8cd94bb5a832751 (patch) | |
| tree | 8696325659e907f0dab49734334d3bec0b64f202 /static/profile.css | |
| parent | be742b2b7af133c3c4dddb72939775f717bbfc97 (diff) | |
dark theme
Diffstat (limited to 'static/profile.css')
| -rw-r--r-- | static/profile.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; |
