improve copy button

This commit is contained in:
Benjamin Elder
2020-12-02 20:10:27 -08:00
parent 16fd9dd201
commit ef3d6fc2dd

View File

@@ -269,11 +269,12 @@ table.includecode thead th {
table.includecode thead th button {
background: #326be5;
border: 1px solid white;
border: .25em solid white;
color: white;
font-weight: bold;
margin: .25em;
cursor: pointer;
padding: .1em .5em;
}
table.includecode pre {