From 06702a51742652029b9c45e2f9a386b06662f0f1 Mon Sep 17 00:00:00 2001 From: Alejandro Gomez Date: Sat, 14 Jan 2023 02:43:38 +0100 Subject: [PATCH] hr styles --- src/element/Note.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/element/Note.css b/src/element/Note.css index f3acb4484..14ea35fd0 100644 --- a/src/element/Note.css +++ b/src/element/Note.css @@ -59,6 +59,13 @@ margin: 0; } +.note > .body > hr { + border: 0; + height: 1px; + background-image: var(--gray-gradient); + margin: 20px; +} + .note > .body img, .note > .body video, .note > .body iframe { max-width: 100%; max-height: 500px;