Themes
Themes
You can apply these themes by going into Inspect Element, Clicking on the arrow for the body, clicking the arrow for the container, then click the arrow for the first style.
It should look like this:
Then, remove all the code from that style section, except <style> and </style>.
Lastly, copy and paste any of these theme codes there, and you will have applied the theme once you click off it!
body{background:#ddd;}
body{background:DodgerBlue;}
.blurbs{
color: white;
}
.blog{
color: white;
}
.logo b span {
display: none;
}
.logo b:before {
content: "You are on 93space.";
color: #ffffff;
}