This repository is a proposal that allows more flexibility in changing the styles in NES.css using CSS Custom Properties(CSS Variables).
このリポジトリは、CSSカスタムプロパティを使って、NES.cssのスタイルをより柔軟に変更できるようにするためのProposalです。
<button class="nes-btn my-theme">Reiwa</button>
.my-theme {
--nes-color: #554562;
--nes-border-color: #554562;
--nes-background-color: #FADBE0;
--nes-boxshadow-color: #EAADBD;
}