http://kin-wiki.wikidot.com/
I tired changing my background color with my own CSS theme, but only turns half of the page that color. The rest of the page is still white. This is my CSS code:
#html-body{ background-color: #E7E9DC; background-image: none; font-family: Rubik; font-size: 12pt; color: white; } #header h1 a{ font-family: Rubik; } h1{ color: purple; } #top-bar{ background-color: red; background-image: none; }
I'm pretty new to this whole CSS thing.