Change the color of the background in Potion
- Go to your CSS snippet.
- Change the color of —background-color by the one you want.
You can select a Notion color or any color you want.
:root{ --background-color:var(--notion-red); /* or --background-color:var(--notion-blue); */ /* or --background-color:rgba(255,255,255,0.5); */ }