From 1e80f264d9f8a72bba13f3cfa78eb30b6e31b85e Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Tue, 7 Jan 2025 14:05:08 +0200 Subject: [PATCH] style(next): improve footnote style --- src/public/stylesheets/theme-next/notes/text.css | 5 +++++ 1 file changed, 5 insertions(+) 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