Replacing Whiteboard background

Instead of brainstorming on corporate whiteboards why not fight crime using a cork board or teach using a blackboard?

Download the backgrounds:

Of course, you can use any other image you want.

Copy the images into your assets/storages/ folder (or anywhere else inside your assets folder).

Add this to your custom.css with the appropriate path:

.tl-canvas {
  background: url("../assets/storages/corkboard-background-with-seamless-cork-texture.jpg"); 
  background-size: cover;
}

Do not use online images as that would waste bandwidth on both sides.

Have fun!

You can setup different backgrounds for light and dark themes using .light-theme .tl-canvas and .dark-theme .tl-canvas.