Top and bottom text (and background)
body:before is the text at the top of the screen, body:after is at the bottom of the screen and body is the background
body:before {content:"Heres where you put the text :3";text-align:center;display:block;color:!important;padding:8px;background-color:;font-family:Audiowide,Arial,sans-serif;font-weight:normal;font-style:normal;}
body:after {content:"2019-2024 | CSS Borrowed from JinxCade | jinxcade.venith.net 2023-2024";text-align:center;display:block;color:!important;padding:8px;border:1px transparent solid;background-color:;font-family:Audiowide,Arial,sans-serif;font-weight:normal;font-style:normal;}
body {background-color:!important;background-image:linear-gradient(black,,,,black)!important;}
Message popup
Usually popups exist when stuff like messages exist
.alerts_popup::before { content: "There is a " !important; }
.alerts_popup::after { content: "! Please read it, and come back here later!" !important; }
Logo.png replacement
Replace the 248658 with a different ID (one that you Drew or uploaded via the PFP uploader)
a {color:!important;border-radius:1px!important;font-family:Audiowide,Arial,sans-serif;font-weight:normal;font-style:normal!important;}
a[href="?id=146497&block=true"]{color:!important;}
Profile stuff, change the colors if you want to change different assets
.row {color:!important;}
.head {color:!important;}
.nav_div {color:!important;}
.avatar { border-radius: 50px !important; height: 35px !important; width: 35px !important; }