Updated documentation

This commit is contained in:
Mark Qvist
2023-06-29 16:52:06 +02:00
parent 7fdb431d70
commit 7fe751e74f
25 changed files with 275 additions and 230 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;
}