File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
src/resources/formats/revealjs/themes Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
diff --git a/src/resources/formats/revealjs/themes/dracula.scss b/src/resources/formats/revealjs/themes/dracula.scss
2
- index 5330fbc1b..45498dd41 100644
2
+ index 5330fbc1b..fe068d9a8 100644
3
3
--- a/src/resources/formats/revealjs/themes/dracula.scss
4
4
+++ b/src/resources/formats/revealjs/themes/dracula.scss
5
- @@ -1,106 +1,88 @@
5
+ @@ -1,106 +1,90 @@
6
6
/**
7
7
* Dracula Dark theme for reveal.js.
8
8
* Based on https://draculatheme.com
@@ -151,7 +151,9 @@ index 5330fbc1b..45498dd41 100644
151
151
- }
152
152
+ strong,
153
153
+ b {
154
- + color: var(--r-bold-color);
154
+ + &:not(.callout-title strong, .callout-tile b) {
155
+ + color: var(--r-bold-color);
156
+ + }
155
157
+ }
156
158
+ em,
157
159
+ i,
Original file line number Diff line number Diff line change @@ -1123,7 +1123,9 @@ async function updateGithubSourceCodeDependency(
1123
1123
await unzip ( zipFile , working ) ;
1124
1124
1125
1125
await onDownload ( working , version ) ;
1126
- if ( patches ) await applyGitPatches ( patches ) ;
1126
+ if ( patches ) {
1127
+ await applyGitPatches ( patches ) ;
1128
+ }
1127
1129
} else {
1128
1130
throw new Error ( `${ versionEnvVar } is not defined` ) ;
1129
1131
}
Original file line number Diff line number Diff line change @@ -59,7 +59,9 @@ $light-bg-text-color: $body-bg !default;
59
59
.reveal {
60
60
strong ,
61
61
b {
62
- color : var (--r-bold-color );
62
+ & :not (.callout-title strong , .callout-tile b ) {
63
+ color : var (--r-bold-color );
64
+ }
63
65
}
64
66
em ,
65
67
i ,
You can’t perform that action at this time.
0 commit comments