Skip to content

Commit

Permalink
Add a background color transition for the code sample
Browse files Browse the repository at this point in the history
  • Loading branch information
adoriandoran committed Oct 29, 2024
1 parent 2459bbf commit f13d88c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/public/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -854,6 +854,10 @@ html .note-detail-editable-text :not(figure, .include-note):first-child {
margin-right: 1em;
}

.code-sample-wrapper .hljs {
transition: background-color linear 100ms;
}

.side-checkbox {
display: flex;
align-items: end;
Expand Down

0 comments on commit f13d88c

Please sign in to comment.