mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-14 08:49:49 -06:00
Add a background color transition for the code sample
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user