mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-04-20 22:22:05 +02:00
docs: add list is-dark to index doc example
This commit is contained in:
parent
2316c07c3a
commit
a357881a2e
@ -261,7 +261,27 @@ const sampleCollection = [
|
||||
<li>Thou hast had a good afternoon</li>
|
||||
<li>Good night.</li>
|
||||
</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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user