userpage styles

This commit is contained in:
leah 2021-08-18 03:17:52 +01:00
parent 9b3c1c231a
commit 77f0ad2f4e
1 changed files with 11 additions and 1 deletions

View File

@ -229,4 +229,14 @@ a:hover {
url('/fotns/public-sans-v5-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fotns/public-sans-v5-latin-700italic.svg#PublicSans') format('svg'); /* Legacy iOS */
}
.userpage {
body {
background-color: #3C1414;
color: #F9B787;
}
main {
margin-top: 100px;
}
}