diff --git a/src/public/stylesheets/theme-next/notes/text.css b/src/public/stylesheets/theme-next/notes/text.css index 0bad52b48..8d840b989 100644 --- a/src/public/stylesheets/theme-next/notes/text.css +++ b/src/public/stylesheets/theme-next/notes/text.css @@ -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); } \ No newline at end of file