Skip to content

Commit 34e9abd

Browse files
committed
Set correct specificity on callout type rules
1 parent d55613a commit 34e9abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/formats/revealjs/quarto.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1132,7 +1132,7 @@ $callouts: (
11321132
)};
11331133
$shifted-color-svg: str-replace($shifted-color, "#", "%23");
11341134

1135-
div.callout {
1135+
.reveal div.callout {
11361136
&.callout-#{$name} {
11371137
border-left-color: shift-color(
11381138
quarto-map.get($info, "color"),

0 commit comments

Comments
 (0)