头像背景色
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3m31s

This commit is contained in:
宋居成 2025-08-06 17:54:34 +08:00
parent 6b0ab88c9e
commit b2c3fd56ac

View File

@ -381,7 +381,8 @@
border-radius: 50%; border-radius: 50%;
border: 4px solid rgba(255, 255, 255, 0.8); border: 4px solid rgba(255, 255, 255, 0.8);
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
background: #000;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;