@guyn/coat
v1.0.17
Published
Let your HTML put on a coat
Downloads
4
Readme
menu: footer
Coat
Coat is a tiny css file, which you can include to make pages look nice.
Styling your markdown documentation has never been that easy. Just throw in the file and there you go.
Installation
You can either add it in your html > head
as
<link
rel="stylesheet"
type="text/css"
href="https://coat.guyn.nl/theme/coat.css"
/>
or import it directly in your stylesheet;
@import "https://coat.guyn.nl/theme/coat.css";
Extended version
The default version of every theme includes the basic styling for a markdown page directly in the body. If you want to use headers, footers, sidebar and footnote (like https://dokkie.dev uses), you can add -ext
to every theme like https://coat.guyn.nl/theme/coat-ext.css
.