diff options
| author | user <user@node5.net> | 2024-03-17 14:55:27 +0100 |
|---|---|---|
| committer | user <user@node5.net> | 2024-03-17 14:55:27 +0100 |
| commit | 2bcd6f1b7305286ca2d131be35c95c1050c16493 (patch) | |
| tree | 0449ec03e09628d06b57512606ddbf20e7e6b9df | |
| parent | 9e6af7864dcb88acb7042807e5a8e15448ae8cd8 (diff) | |
markdown style - block quote info box
| -rw-r--r-- | blog.node5.net/static/article.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/blog.node5.net/static/article.css b/blog.node5.net/static/article.css index 7bfbf37..8704d5f 100644 --- a/blog.node5.net/static/article.css +++ b/blog.node5.net/static/article.css @@ -17,3 +17,14 @@ pre { background: #111; } +blockquote>p:before { + content: "ℹ️"; + padding: 1em; +} + +blockquote { + border: white solid 1px; + border-left: var(--main-color) solid 5px; + padding-left: 1em; + padding-right: 1em; +} |
