Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 714 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 714 Bytes

NES.css@next Proposal

cf. nostalgic-css/NES.css#331

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;
}

image