show posts on profile page

This commit is contained in:
ari melody 2025-07-14 04:10:16 +01:00
parent d8efaccb30
commit 455679a525
Signed by: ari
GPG key ID: CF99829C92678188
7 changed files with 158 additions and 10 deletions

View file

@ -81,6 +81,10 @@ img.emoji {
margin: -.2em 0;
}
hr {
border-color: color-mix(in srgb, transparent, var(--accent) 50%);
}
.throb {
animation: .25s throb alternate infinite ease-in;
}