style(next): improve footnote style

This commit is contained in:
Elian Doran 2025-01-07 14:05:08 +02:00
parent ba0b48d6dc
commit 1e80f264d9
No known key found for this signature in database

View File

@ -114,4 +114,9 @@ html .note-detail-editable-text :not(figure, .include-note, hr):first-child {
.code-sample-wrapper .hljs {
transition: background-color linear 100ms;
}
.ck-content .footnote-section {
border: 0;
border-top: 1px solid var(--main-border-color);
}