Skip to content

Commit 7aa00ab

Browse files
committed
Organize all div together
1 parent 31a9075 commit 7aa00ab

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

src/resources/formats/revealjs/quarto.scss

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -964,10 +964,6 @@ kbd {
964964
padding: 0em 0.5em;
965965
display: flex;
966966

967-
.callout-body {
968-
font-weight: 400;
969-
}
970-
971967
&.callout-titled {
972968
.callout-body {
973969
margin-top: 0.2em;
@@ -991,15 +987,17 @@ kbd {
991987
background-size: contain;
992988
}
993989

994-
div.callout-title {
995-
opacity: 75%;
990+
div {
991+
&.callout-title {
992+
opacity: 75%;
993+
}
994+
&.callout-body {
995+
font-weight: 400;
996+
}
996997
}
997998
}
998999

9991000
&.callout-style-default {
1000-
.callout-body {
1001-
font-weight: 400;
1002-
}
10031001
&.callout-titled {
10041002
.callout-content {
10051003
p {
@@ -1018,6 +1016,9 @@ kbd {
10181016
}
10191017

10201018
div {
1019+
&.callout-body {
1020+
font-weight: 400;
1021+
}
10211022
&.callout-title {
10221023
opacity: 85%;
10231024
padding-left: 0.5em;

0 commit comments

Comments
 (0)