How to change colors?

Change the color of the background in Potion

  1. Go to your CSS snippet.
  1. Change the color of —background-color by the one you want.
    1. 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); */ }
Built with Potion.so