Updated build for Ventura

This commit is contained in:
Rhet Turnbull
2022-12-11 12:13:22 -08:00
parent 924a5f2f61
commit 327f19809e
29 changed files with 234 additions and 137 deletions

View File

@@ -35,7 +35,8 @@ div.highlight {
position: relative;
}
.highlight:hover button.copybtn {
/* Show the copybutton */
.highlight:hover button.copybtn, button.copybtn.success {
opacity: 1;
}