add iceshrimp page
Some checks failed
/ build (push) Failing after 1m35s

This commit is contained in:
Ruben 2025-06-29 02:32:29 -05:00
commit 86793c5269
No known key found for this signature in database
GPG key ID: 8EA836555FB6D9A5
3 changed files with 407 additions and 138 deletions

View file

@ -276,8 +276,8 @@ small a {
/* lists need some styling */
li {
margin-left: -1em;
padding-bottom: 18px;
margin-left: -.7em;
padding-bottom: .5rem;
}
/* gay ass text */
@ -394,7 +394,7 @@ details.styled {
overflow: clip;
}
/* Dashed border */
/* Dashed border */
hr.dashed {
border-top: .1rem dashed var(--border);
}