Add a background color transition for the code sample

This commit is contained in:
Adorian Doran 2024-10-29 18:46:55 +02:00
parent 2459bbf341
commit f13d88c3c0

View File

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