Skip to content

Commit cd56311

Browse files
committed
Updating Caution Callout Color in Lightmode
1 parent f26fd1f commit cd56311

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: inst/pkgdown/assets/assets/styles.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: inst/pkgdown/assets/assets/styles.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: source/stylesheets/callouts.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125

126126
.caution .callout-square {
127127
background: $red;
128-
color: $black;
128+
color: #ffffff;
129129
}
130130

131131
/* Parent Class for Accordions in Learner View */

0 commit comments

Comments
 (0)