custom profile card themes

colours are all stored in the member table so they can be personal. maybe the form can be expanded so hex codes can be copy pasted between member profiles. idc about that rn though. also the style tag inside the index.html and full.html will flag a gazillion errors in vscode or any competent editor because it isnt technically valid css but ignore all of that. god bless
This commit is contained in:
cube
2026-03-18 00:53:30 +00:00
parent dcc470e385
commit 5ec6a62aa7
8 changed files with 151 additions and 43 deletions

View File

@@ -5,7 +5,7 @@
body{
background: #00b7ff;
background: linear-gradient(90deg, rgba(0, 183, 255, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
background: linear-gradient(90deg, #00b7ff 0%, #57c785 50%, #eddd53 100%);
font-family:monospace;
font-size:12px;
scrollbar-color:#008bcc #b3e7ff;