Draft: User Profile

This commit is contained in:
EvanLin3141
2025-02-19 16:16:29 +00:00
parent 710ac1b585
commit 04bc5e5a53
2 changed files with 87 additions and 79 deletions

View File

@@ -123,6 +123,16 @@ body[data-theme="green"] {
--quickBar-bg: #e8f5e9;
--quickBar-text: #2e7d32;
--quickBar-border: #ffffff;
/*User Page*/
--user-pfp-border: #ffffff;
--user-pfp-border-shadow: 0px 0px 15px rgba(0, 0, 0, 0.754);
--user-borderBg: rgb(217, 240, 133);
--user-bg: rgb(0, 78, 38);
--user-live-bg: rgb(217, 240, 133);
}
body[data-theme="orange"] {