This commit is contained in:
sakrecoer 2026-08-17 14:08:30 +02:00
parent 52a7104808
commit e80406f7ec

View file

@ -251,13 +251,7 @@ body {
} }
.profile-picture:hover { .profile-picture:hover {
filter: grayscale(0%); filter: grayscale(0%);
}
.profile-picture:hover {
transform: scale(1.02); transform: scale(1.02);
box-shadow: 16px 16px 0 var(--accent-yellow);
border: 4px solid var(--accent-yellow);
} }
/* Header text container */ /* Header text container */