diff options
Diffstat (limited to '_css')
-rw-r--r-- | _css/style.css | 2 |
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); |