You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @gabriel-del you can just add a styles.css file inside the root of your slidev-desk repo and add there any background to the .bg-main class [Reference → https://sli.dev/guide/faq.html#override-global-style].
Something like:
.bg-main {
@apply bg-gray-100 bg-none;
}
bg-none is important because I'm using a gradient so the background-image should be removed if you want a solid color in its place.
How can I use other colors on background?
The text was updated successfully, but these errors were encountered: