Admin Panel

Design

The Design page manages static design assets for your board: CSS variations, the favicon, and the two core stylesheets. Each file section keeps a version history so you can revert to a previous upload at any time.

Admin Design page screenshot

Design Variations

Design variations let you define named CSS class modifiers that members or admins can apply to change the board's appearance. Each variation has a CSS class name and a display name.

CLASS_NAME
text
The CSS class that will be applied to the <body> element when this variation is active. Must be a valid CSS class name.
NAME
text
The human-readable label for this variation shown in the selector.

Favicon

Upload a .ico file to replace the browser tab icon. The previous versions list lets you view or restore any earlier favicon.

Stylesheets

Two CSS files control the board's visual style:

custom_style.css
Additional CSS layered on top of the base styles. Use this for theme overrides, custom fonts, or any per-board styling without touching the core stylesheet.
main_style.css
The primary stylesheet that defines the board's base visual design. This is the same file edited through Design Drafts.

Each stylesheet section has an Upload button and a previous versions list. Clicking View next to a version opens that file. Clicking Revert restores that version as the current active file.

Reverting a stylesheet takes effect immediately for all visitors. Use Design Drafts to safely preview CSS changes before applying them to the live site.