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 1dc41fa commit ecc0254Copy full SHA for ecc0254
src/resources/formats/revealjs/quarto.scss
@@ -672,9 +672,6 @@ $panel-sidebar-padding: 0.5em;
672
quarto-color.blackness($backgroundColor) > $code-block-theme-dark-threshhold
673
) {
674
/*! dark */
675
- .reveal div.callout.callout-style-default .callout-title {
676
- color: #222;
677
- }
678
} @else {
679
/*! light */
680
}
@@ -900,16 +897,15 @@ kbd {
900
897
901
898
902
899
&.callout-title {
+ display: flex;
+ align-items: center;
+
903
p {
904
margin-top: 0.5em;
905
margin-bottom: 0.5em;
906
+ color: var(--r-main-color);
907
908
-
909
- &.callout-title {
910
- display: flex;
911
- align-items: center;
912
913
914
915
.callout-icon::before {
0 commit comments