Improve styling for callouts

Update styles for callouts (warning, caution, note); also avoid applying
callout-specific styles to general block quotes.
This commit is contained in:
Tim Bannister
2020-08-08 15:41:20 +01:00
parent fc3a6220bf
commit 4febf7471d
7 changed files with 30 additions and 39 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
<blockquote class="note">
<blockquote class="note callout">
<div><strong>{{ T "note" }}</strong> {{ trim .Inner " \n" | markdownify }}</div>
</blockquote>