Brisk

Documentation

Brisk is a single stylesheet. Link it, then write semantic HTML — the defaults do the rest.

Install

Reference the stylesheet from the edge:

<link rel="stylesheet"
      href="https://cdn-fra1.tyrnet.net/assets/style.css">

Or vendor the file into your project and serve it yourself. There is no JavaScript and no build step.

CSS variables

Override any of these on :root to theme the page:

VariableDefaultPurpose
--fg#1c2330Body text
--bg#ffffffPage background
--accent#2f6df6Links and buttons
--radius12pxCorner rounding
--maxw920pxContent width

Layout helpers

Three optional classes cover most content pages:

FAQ

Does it need a bundler? No. It is one static file.

Is there a JavaScript runtime? No. Brisk is CSS only.

Can I self-host it? Yes — copy style.css into your assets.