about summary refs log tree commit diff homepage
path: root/_css
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-11-24 16:09:04 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-11-24 16:09:04 +0700
commitd6b00e54d2c6765b59242044b6dba36531edd660 (patch)
tree7ac6d856a8c52143e7ec722e72e1070db8710967 /_css
parent6c2602852739dcd62b3c6484e21bcb8e580a42cc (diff)
downloadsite-d6b00e54d2c6765b59242044b6dba36531edd660.tar.gz
Improve note styling
Diffstat (limited to '_css')
-rw-r--r--_css/style.css2
1 files changed, 2 insertions, 0 deletions
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);