forked from lix-project/lix
Merge pull request #7403 from fricklerhandwerk/noselect
disallow selecting shell prompt in code samples
This commit is contained in:
commit
320e391171
|
@ -5,3 +5,7 @@ h1:not(:first-of-type) {
|
|||
h2 {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.hljs-meta {
|
||||
user-select: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue