mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +01:00
Merge pull request #7403 from fricklerhandwerk/noselect
disallow selecting shell prompt in code samples
This commit is contained in:
commit
320e391171
1 changed files with 4 additions and 0 deletions
|
|
@ -5,3 +5,7 @@ h1:not(:first-of-type) {
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hljs-meta {
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue