Merge pull request #7403 from fricklerhandwerk/noselect

disallow selecting shell prompt in code samples
This commit is contained in:
Théophane Hufschmitt
2023-02-10 13:12:23 +01:00
committed by GitHub
+4
View File
@@ -5,3 +5,7 @@ h1:not(:first-of-type) {
h2 {
margin-top: 1em;
}
.hljs-meta {
user-select: none;
}