Skip to content

Commit

Permalink
fix: text-white badge
Browse files Browse the repository at this point in the history
  • Loading branch information
matifandy8 committed Jan 12, 2024
1 parent 81fb0b2 commit a9657f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ <h3>Badge</h3>
<pre>
<button class="copy tooltip copy-button"><img src="assets/copy.svg" alt="copy"> <span class="tooltiptext">Copy to clipboard</span></button>
<code class="language-html" data-lang="html">
<span class="tag">&lt;div</span> <span class="class">class=</span><span class="name">"badge bg-orange"</span><span class="tag">&gt;</span>
<span class="tag">&lt;div</span> <span class="class">class=</span><span class="name">"badge bg-orange text-white"</span><span class="tag">&gt;</span>
<span class="tag">&lt;div</span> <span class="class">class=</span><span class="name">"badge-inner"</span><span class="tag">&gt;</span>
<span class="tag">&lt;p</span> <span class="class">class=</span><span class="name">"badge-text"</span><span class="tag">&gt;</span>Excellence<span class="tag">&lt;/p&gt;</span>
<span class="tag">&lt;/div&gt;</span>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neobrutalismcss",
"version": "0.5.2",
"version": "0.5.3",
"description": "NeoBrutalismCSS design framework that embraces the aesthetics of neo-brutalism in web",
"main": "dist/index.min.css",
"repository": {
Expand Down

0 comments on commit a9657f7

Please sign in to comment.