Anarchy.pub Docs

Styling

Themes

There are a handful of pre-built themes to choose from in the dashboard under the Themes section. These can be used as-is, but also make a good jumping off point for creating custom styles.

Custom styles

Anarchy.pub's themes can be customised using pure CSS in the Edit theme CSS field. The structure of the theme CSS is set up to easily modify the basics such as font, colour, scale, etc (both for light mode and dark mode, as specified by the @media (prefers-color-scheme: dark) rule).

Classes

AP has a few classes which can be used as CSS selectors to customise specific pages or elements.

Pages

Custom class names

Each post has the header option class_name which adds a class to the root of the post to allow custom styling for that particular page.

Eg:

class_name: contact-page

Elements

Notes

All parts of the front-end blog are selectable and style-able using simple CSS selectors.