Skip to content

Commit

Permalink
Update callout.html
Browse files Browse the repository at this point in the history
  • Loading branch information
canxerian committed Jul 15, 2024
1 parent 885f527 commit f7b0571
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion layouts/shortcodes/callout.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
<style>
#callout {
background: #F9F9F9;
background: #efefef;
padding: 1.5em 1.25em;
border-radius: 3px;
display: flex;
flex-direction: row;
margin-bottom: 20px;
}
:is(:where(.dark) #callout) {
background-color: #272727;
}
#callout-inner {
margin-left: 1em;
}
Expand Down

0 comments on commit f7b0571

Please sign in to comment.