We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 717a33a commit a330b71Copy full SHA for a330b71
src/resources/formats/revealjs/quarto.scss
@@ -941,7 +941,7 @@ kbd {
941
942
/* Callout styles */
943
944
-.callout {
+div.callout {
945
margin-top: $callout-margin-top;
946
margin-bottom: $callout-margin-bottom;
947
border-radius: $border-radius;
@@ -1076,15 +1076,15 @@ kbd {
1076
&.no-icon::before {
1077
display: none !important;
1078
}
1079
-}
1080
1081
-.callout-title {
1082
- display: flex;
1083
- align-items: center;
1084
+ .callout-title {
+ display: flex;
+ align-items: center;
+ }
1085
1086
-.callout-icon::before {
1087
- padding-right: 0.5rem;
+ .callout-icon::before {
+ padding-right: 0.5rem;
1088
1089
1090
/* Callout Types */
0 commit comments