/*
modified and reduced from
https://github.com/quarto-dev/quarto-cli/tree/main/src/resources/formats/revealjs/plugins/line-highlight
*/

/* for source-line-numbers */
div.sourceCode.cell-code
pre
code.has-line-highlights
> span:not(.highlight-line) {
  opacity: 0.4;
}

/* for output-line-numbers */
div.sourceCode
pre.highlight
code.has-line-highlights
> span:not(.highlight-line) {
  opacity: 0.4;
}
