mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-01 20:52:27 +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;
|
margin-right: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.code-sample-wrapper .hljs {
|
||||||
|
transition: background-color linear 100ms;
|
||||||
|
}
|
||||||
|
|
||||||
.side-checkbox {
|
.side-checkbox {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: end;
|
align-items: end;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user