MNMLUI

A CDN That allows any website to use the Minimal UI software ecosystem.

Import via this one line:

<script src="https://hishamc24.github.io/MNMLUI/MNMLUI.js"></script>

If you want just the styling, import that one stylesheet:

<link rel="stylesheet" href="https://hishamc24.github.io/MNMLUI/CSS/Styles.css" />

also, to have an accent color, in your :root set --MNMLUI-ACCENT to a hex value, like so:

:root {
  --MNMLUI-ACCENT: #ff0080;
}