diff --git a/index.html b/index.html index 1be8f3a..988a85d 100644 --- a/index.html +++ b/index.html @@ -44,14 +44,14 @@

Buttons

-
+
- +
@@ -62,6 +62,7 @@

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

+
@@ -465,92 +466,34 @@ diff --git a/style.css b/style.css index af8e30e..bfb67af 100644 --- a/style.css +++ b/style.css @@ -104,17 +104,22 @@ div.containers > .nes-container { .show-code { font-size: .7em; height: 34px; - width: 128px; + width: 43px; position: absolute; - right: 5px; - top: 5px; + right: -5px; + top: -5px; +} + +.copy { + height: 34px; + width: 58px; } .code { display: none; font-size: .8em; - color: white; - background-color: #ce372b; + color: #e76e55; + background-color: rgba(45, 45, 45, .9); padding: 15px 0 0px 10px; margin-top: -20px; }