Midnight Pub

Pub refurbishment

~tlf

I've added some CSS to the 'theme' area of my settings like this:

body{

background: "darkslateblue";

}

as well as other variations / attempts. No result though. Can anyone tell me what I'm doing wrong?

Write a reply

Replies

~rosie88 wrote:

can we change font colors etc using css? Now you have me making changes to the pub :P lol

~she12 wrote (thread):

try backgound-color and ditch the quotes:

body {

background-color: black;

}