mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-13 09:54:00 +02:00
docs: add list is-dark to index doc example
This commit is contained in:
@@ -261,7 +261,27 @@ const sampleCollection = [
|
|||||||
<li>Thou hast had a good afternoon</li>
|
<li>Thou hast had a good afternoon</li>
|
||||||
<li>Good night.</li>
|
<li>Good night.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>`,
|
</div>
|
||||||
|
|
||||||
|
<section class="nes-container is-dark">
|
||||||
|
<div class="lists">
|
||||||
|
<ul class="nes-list is-disc is-dark">
|
||||||
|
<li>Good morning.</li>
|
||||||
|
<li>Thou hast had a good night's sleep, I hope.</li>
|
||||||
|
<li>Thou hast had a good afternoon</li>
|
||||||
|
<li>Good night.</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="lists">
|
||||||
|
<ul class="nes-list is-circle is-dark">
|
||||||
|
<li>Good morning.</li>
|
||||||
|
<li>Thou hast had a good night's sleep, I hope.</li>
|
||||||
|
<li>Thou hast had a good afternoon</li>
|
||||||
|
<li>Good night.</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</section>`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'tables',
|
title: 'tables',
|
||||||
|
Reference in New Issue
Block a user