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
commit 320e391171
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,3 +5,7 @@ h1:not(:first-of-type) {
h2 {
margin-top: 1em;
}
.hljs-meta {
user-select: none;
}