Skip to content

Commit

Permalink
Updating Caution Callout Color in Lightmode
Browse files Browse the repository at this point in the history
  • Loading branch information
MttArmstrong committed Nov 5, 2024
1 parent f26fd1f commit cd56311
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion inst/pkgdown/assets/assets/styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/pkgdown/assets/assets/styles.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion source/stylesheets/callouts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@

.caution .callout-square {
background: $red;
color: $black;
color: #ffffff;
}

/* Parent Class for Accordions in Learner View */
Expand Down

0 comments on commit cd56311

Please sign in to comment.