feat: profile page, EXCEPT FUCKING AVATARS AAAAAHHH
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful

This commit is contained in:
JustTemmie 2025-06-01 19:24:50 +02:00
parent 256889a573
commit 622abc9155
Signed by: justtemmie
SSH key fingerprint: SHA256:nBO+OwpTkd8LYhe38PIqdxmDvkIg9Vw2EbrRZM97dkU
7 changed files with 148 additions and 40 deletions

View file

@ -28,11 +28,11 @@ const props = defineProps<{
background-color: #f02f2f;
color: #ffffff;
padding: 8px 16px;
font-size: 16px;
padding: 8px 18px;
font-size: 18px;
transition: background-color 0.2s;
border-radius: 16px;
border-radius: 12px;
text-decoration: none;
display: inline-block;
}