Profile tweaks
Build LinkLog Development Image / development-image (push) Successful in 11s

This commit is contained in:
2026-09-07 15:04:05 +02:00
parent 17c72f89bf
commit 24c4753093
6 changed files with 53 additions and 12 deletions
+16
View File
@@ -946,6 +946,21 @@ button:disabled {
box-shadow: var(--shadow);
}
.profile-summary summary {
color: var(--subtext);
cursor: pointer;
font-size: 0.9rem;
font-weight: 600;
}
.profile-summary[open] summary {
margin-bottom: 8px;
}
.profile-summary-content {
font-size: 0.95rem;
}
.about-content {
display: grid;
gap: 14px;
@@ -1012,6 +1027,7 @@ button:disabled {
.profile-summary p {
margin: 12px 0 0;
color: var(--subtext);
font-size: 0.95rem;
line-height: 1.65;
}