diff --git a/demo/style.css b/demo/style.css
index 50c5f6f..2e09a03 100644
--- a/demo/style.css
+++ b/demo/style.css
@@ -115,14 +115,10 @@ div.containers > .nes-container {
}
.code {
- box-sizing: border-box;
display: none;
- padding: 15px 0 0 15px;
+ padding: 0;
margin-top: -20px;
- overflow: auto;
font-size: 0.85em;
- color: #e76e55;
- background-color: rgba(45, 45, 45, 0.9);
}
.copy {
diff --git a/index.html b/index.html
index 4fe9802..a2df59c 100644
--- a/index.html
+++ b/index.html
@@ -64,9 +64,8 @@
<button type="button" class="nes-btn is-success">Success</button>
<button type="button" class="nes-btn is-warning">Warning</button>
<button type="button" class="nes-btn is-error">Error</button>
-<button type="button" class="nes-btn is-disabled">Disabled</button>
-
-
+<button type="button" class="nes-btn is-disabled">Disabled</button>
+
@@ -523,37 +522,37 @@
Badges