Brisk

Readable pages, without the build step.

Brisk is a tiny classless stylesheet for content sites, docs, and changelogs. Drop one file in, write plain HTML, ship. No framework, no JavaScript, ~4 kB gzipped.

Classless

Style semantic HTML directly. Headings, lists, tables, code and forms look right with zero class names.

One file

A single stylesheet served from the edge. No bundler, no dependencies, no runtime.

Dark mode

Respects prefers-color-scheme out of the box. Override the CSS variables to theme it.

Add it to a page

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

That’s the whole setup. See the documentation for the variable reference and a few layout helpers.