File: custom.css

package info (click to toggle)
python-griffe 1.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,092 kB
  • sloc: python: 14,305; javascript: 84; makefile: 41; sh: 23
file content (4 lines) | stat: -rw-r--r-- 159 bytes parent folder | download
1
2
3
4
/* Prevent selection of prompts in pycon code blocks. */
.language-pycon .gp, .language-pycon .go { /* Generic.Prompt, Generic.Output */
  user-select: none;
}