mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-31 04:02:26 +08:00
Add a background color transition for the code sample
This commit is contained in:
parent
2459bbf341
commit
f13d88c3c0
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user