Skip to content

jonasfroeller/JoneCSS

Repository files navigation

JoneCSS

Cloudflare JsDelivr jsDelivr CDN gitHub license Buymeacoffee

Quick Start

Add the following css <link> to the <head> of your HTML document:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jonasfroeller/JoneCSS/jonecss.css">

Or download the file ./jonecss.css and add it to your project:

<link rel="stylesheet" href="./jonecss.css">

To prevent jonecss.css from overwriting your own styles, make sure to import it as the very first CSS import.

Customization

You can customize the look and feel of jonecss.css by overwriting the CSS variables. For example, to change the primary color, add the following code to your own CSS file, or if you downloaded jonecss.css, just change the value in the file itself:

:root {
    --primary-color: orange;
}

About

Jonesis prestyles your html tags so that they look a little bit better out of the box. It is customizable with css variables. Technologies: HTML, CSS, Markdown

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published