diff --git a/index.html b/index.html index 4dd2cfa..5c4fc5c 100644 --- a/index.html +++ b/index.html @@ -50,9 +50,17 @@ } .copy-button { - font-size: 0.75rem; + font-size: 1rem; padding: 0.2rem 0.5rem; margin-left: 0.5rem; + color: #393e42; + background-color: transparent; + border: none; + cursor: pointer; + } + + .copy-button:focus { + outline: none; } .footer { @@ -84,26 +92,26 @@