💾 Archived View for midnight.pub › posts › 457 captured on 2022-07-16 at 17:18:24. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-12-03)

-=-=-=-=-=-=-

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;

}