update services page and some styling
All checks were successful
/ build (push) Successful in 32s

This commit is contained in:
Ruben 2025-07-14 23:02:42 -05:00
commit 6e7ecac9df
No known key found for this signature in database
GPG key ID: 8EA836555FB6D9A5
13 changed files with 195 additions and 146 deletions

View file

@ -350,10 +350,10 @@ details.styled {
margin-left: auto;
}
background: linear-gradient(color-mix(in srgb, var(--accent) 5%, transparent), color-mix(in srgb, var(--accent) 20%, transparent));
background: linear-gradient(color-mix(in srgb, var(--accent) 3%, transparent), color-mix(in srgb, var(--accent) 15%, transparent));
border-bottom: unset !important;
cursor: pointer;
padding: .5rem;
padding: .65rem;
}
section {
@ -369,10 +369,10 @@ details.styled {
margin-bottom: .8rem;
}
background-color: color-mix(in srgb, var(--accent) 10%, transparent);
background-color: color-mix(in srgb, var(--accent) 8%, transparent);
border-radius: .8rem .4rem .8rem .4rem;
border: .15rem solid var(--accent);
margin-top: 1rem;
border: .13rem solid var(--accent);
margin-top: 1.3rem;
overflow: clip;
}
@ -382,6 +382,16 @@ details.styled[open] {
}
}
/* badge text styling */
.badge {
border-radius: .2rem;
border: .1rem solid var(--accent);
color: var(--link);
font-size: .8rem;
font-weight: normal;
padding: .15rem;
}
/* card styling */
.card {
background-color: color-mix(in srgb, var(--background) 95%, white);