Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions assets/css/v2/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ h1 {

h2 {
font-size: 1.5rem;
margin: 3rem 0 1rem 0;
margin: 0 0 1rem 0;
}

/* tables */
Expand Down Expand Up @@ -761,7 +761,7 @@ table hr {
blockquote {
border: 1px solid var(--color-foreground);
padding: 1rem;
margin: 3rem -1rem;
margin: 0 -1rem;

/* solid 3px drop shadow */
box-shadow: 3px 3px 0px var(--color-shadow);
Expand Down
2 changes: 1 addition & 1 deletion layouts/shortcodes/note.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<blockquote class="note">
<div><strong>Note:</strong><br/> {{ .Inner | markdownify }}</div>
<div>{{ .Inner | markdownify }}</div>
</blockquote>
Loading