Merge pull request #304 from Jones8683/main

Fix profile pic and add light mode styling
This commit is contained in:
Seth Burkart
2025-06-05 23:18:03 +10:00
committed by GitHub
@@ -7,13 +7,9 @@
border-radius: 50%;
object-fit: cover;
z-index: 4;
box-shadow: 0 0 3px 3px #0000000a;
box-shadow: 0 0 0 3px #000000;
}
.dark .userInfoImg {
box-shadow: 0 0 0 3px #ffffff;
width: 70%;
height: 70%;
top: 15%;
left: 15%;
}