add: profile index page

This commit is contained in:
Mahyar Khanbolooki
2025-07-17 14:37:40 +03:30
parent 3af9fd8f46
commit ac5eb68444
3 changed files with 80 additions and 17 deletions
+4
View File
@@ -88,6 +88,10 @@ input[type="password"] {
background: #555;
}
.box-shadow-normal {
box-shadow: 0px 2px 16px 0px #00000014;
}
@theme inline {
--color-background: var(--background);
--color-foreground: var(--foreground);