💾 Archived View for midnight.pub › posts › 457 captured on 2023-01-29 at 06:25:23. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-12-03)
-=-=-=-=-=-=-
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?
can we change font colors etc using css? Now you have me making changes to the pub :P lol
try backgound-color and ditch the quotes:
body {
background-color: black;
}