From d6b00e54d2c6765b59242044b6dba36531edd660 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Wed, 24 Nov 2021 16:09:04 +0700 Subject: Improve note styling --- _css/style.css | 2 ++ 1 file changed, 2 insertions(+) (limited to '_css') diff --git a/_css/style.css b/_css/style.css index 1ed8623..283ac2e 100644 --- a/_css/style.css +++ b/_css/style.css @@ -158,6 +158,8 @@ body { margin: 0 1rem } .franklin-content blockquote p, .note p { margin: 1ex 0 } +.note p:first-child { font-weight: bold } + .franklin-content blockquote { background: var(--block-bg); border-left: 0.25rem solid var(--fade-fg); -- cgit 1.4.1