user page, meta fixes, css updates

This commit is contained in:
biglyderv 2024-11-25 14:12:43 -05:00
parent 016f8b91b1
commit 2f0b0fb39f
6 changed files with 47 additions and 6 deletions

View file

@ -14,12 +14,11 @@ body {
:root {
--dark-1: #2f2b36;
--dark-2: #d8d8d8;
--dark-3: rgb(209, 73, 236);
--light-1: #ffffff;
--light-2: #ffa9d8;
--hyperlink: rgb(255, 72, 240);
--hyperlink: rgb(109, 119, 255);
--shadow-1: 0px 0px 2px 2px var(--dark-2);
@ -37,7 +36,8 @@ textarea,
.area,
form,
.video,
.controls {
.controls,
.user {
border: solid var(--dark-2) 3px;
border-radius: 5px;
@ -91,6 +91,7 @@ form {
background-color: var(--hyperlink);
font-weight: bold;
width: 150px;
display: inline-block;
}
.header {