Skip to content

Commit

Permalink
Changing background color for _outputs_ of code chunks in light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
njlyon0 committed Jul 29, 2024
1 parent 2bb6194 commit 7ae47f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lyonlight.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ $code-block-bg: $gray-0; // code block background color

/*-- scss:rules --*/

// Code chunk ouput
pre code:not(.sourceCode) { background-color: $blue-1; }

// Active tabset panel (tab then tab content)
.nav-tabs .nav-link.active {
background-color: #FFF;
Expand Down

0 comments on commit 7ae47f2

Please sign in to comment.