Private
Public Access
1
0

chg: usr: change the shareable battle - add avatars to it - even on the og tags #4

This commit is contained in:
2026-04-15 16:44:57 +02:00
parent 573d409606
commit c52939a7a3
7 changed files with 224 additions and 53 deletions

View File

@@ -747,6 +747,13 @@
font: 800 24px 'Rajdhani', sans-serif;
letter-spacing: 2px;
&__img {
width: 100%;
height: 100%;
border-radius: 50%;
object-fit: cover;
}
&--red {
background: linear-gradient(135deg, rgba(173, 10, 5, 0.6) 0%, rgba(246, 125, 82, 0.4) 100%);
border: 2px solid rgba(173, 10, 5, 0.5);