Hide code block copy button when JavaScript is disabled

This commit is contained in:
2025-08-09 03:27:05 -05:00
parent bd8e34a381
commit 8bb8720545
2 changed files with 9 additions and 0 deletions

3
assets/css/noscript.css Normal file
View File

@@ -0,0 +1,3 @@
.code-copy-button {
display: none;
}