not very useful close button script (thanks unnick)
All checks were successful
/ build (push) Successful in 33s

This commit is contained in:
Ruben 2025-07-15 11:18:36 -05:00
commit 418222fc0c
No known key found for this signature in database
GPG key ID: 8EA836555FB6D9A5
4 changed files with 19 additions and 3 deletions

View file

@ -350,7 +350,7 @@ details.styled {
margin-left: auto;
}
background: linear-gradient(color-mix(in srgb, var(--accent) 3%, transparent), color-mix(in srgb, var(--accent) 15%, transparent));
background: linear-gradient(color-mix(in srgb, var(--accent) 3%, transparent), color-mix(in srgb, var(--accent) 12%, transparent));
border-bottom: unset !important;
cursor: pointer;
padding: .65rem;
@ -363,13 +363,21 @@ details.styled {
ul {
margin: 0 0 0 -.5rem;
}
p:first-of-type {
margin-top: 0 !important;
}
p:last-of-type {
margin-bottom: 0 !important;
}
}
.last {
margin-bottom: .8rem;
}
background-color: color-mix(in srgb, var(--accent) 8%, transparent);
background-color: color-mix(in srgb, var(--accent) 3%, transparent);
border-radius: .8rem .4rem .8rem .4rem;
border: .13rem solid var(--accent);
margin-top: 1.3rem;