Add a background color transition for the code sample

pull/526/head
Adorian Doran 2024-10-29 18:46:55 +07:00
parent 2459bbf341
commit f13d88c3c0
1 changed files with 4 additions and 0 deletions

@ -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;