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?


rosie88

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

reply

she12

try backgound-color and ditch the quotes:

body {

background-color: black;

}

reply

tlf

That worked, thank you! I prefer the colors I get on mobile (which has a dark theme) to the desktop color scheme. I can set it myself now, much appreciated!

reply

enteka

background is fine, though see the manual :)

https://developer.mozilla.org/en-US/docs/Web/CSS/background

reply

tlf

Thank you for that :)

reply