rmaues
#1
Things I have tried
I searched for this problem or similar on forum and a can’t found.
What I’m trying to do
Hi guys,
I would like to know with have any way to change the background color of the slides.
I’m using Obsidian 0.12.19
Can I create a custom.css or put some css on css snipets? If so, how can I chage the color of the slide?
Thanks
Kabo
#2
you could try this snippet (no guarantees…!):
.reveal .slide-background-content {
position: absolute;
width: 100%;
height: 100%;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
background-color: beige;
}
change color to your preference… 
there are some other CSS snippets in the FAQ section of the forum as well (for font size).
system
closed
#3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.