aboutsummaryrefslogtreecommitdiffhomepage
path: root/static/profile.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/profile.css')
-rw-r--r--static/profile.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/static/profile.css b/static/profile.css
index a46a9a3..3634b23 100644
--- a/static/profile.css
+++ b/static/profile.css
@@ -55,6 +55,19 @@
gap: var(--spacing-double);
}
}
+
+ details > summary {
+ background: var(--clr-secondary);
+ color: var(--clr-foreground-on-secondary);
+ font-weight: bold;
+ cursor: pointer;
+ border-radius: var(--border-radius);
+ padding: var(--spacing-single) var(--spacing-double);
+ width: max-content;
+ }
+ details[open]:has(.pokeForm) > summary {
+ border-radius: var(--border-radius) var(--border-radius) 0 0;
+ }
}
form.fullProfile {