File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
src/resources/formats/revealjs Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments