diff --git a/internal/api/userpage/static/userpage.html b/internal/api/userpage/static/userpage.html
index 88c0767..43c04c2 100644
--- a/internal/api/userpage/static/userpage.html
+++ b/internal/api/userpage/static/userpage.html
@@ -14,12 +14,20 @@
text-align: center;
font-family: monospace;
width: 600px;
+ color: #f3f3f3c5 !important;
}
+ .image-cropper {
+ width: 100px;
+ height: 100px;
+ position: relative;
+ overflow: hidden;
+ border-radius: 50%;
+}
#photo {
margin-top: 50px;
width: 100px;
}
- a {
+ .white {
color: #f3f3f3c5;
}
#qr {
@@ -37,18 +45,19 @@
}
-
-