diff --git a/src/Element/Note.css b/src/Element/Note.css index ab2593373..d346cc66b 100644 --- a/src/Element/Note.css +++ b/src/Element/Note.css @@ -200,3 +200,16 @@ .hidden-note button { max-height: 30px; } + +.show-more { + background: none; + margin: 0; + padding: 0; + font-weight: 400; + color: var(--highlight); +} + +.show-more:hover { + background: none; + color: var(--highlight); +} diff --git a/src/Element/Note.tsx b/src/Element/Note.tsx index ec28893b5..146946b1c 100644 --- a/src/Element/Note.tsx +++ b/src/Element/Note.tsx @@ -179,7 +179,7 @@ export default function Note(props: NoteProps) { {transformBody()} {extendable && !showMore && (
- +
)} {options.showFooter ? : null}