Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-foster committed Sep 18, 2024
1 parent c4e0231 commit 990ac59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/html/scss/documenter-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $admonition-default: $grey-lighter;

$admonition-background: (
'default': $background, 'info': $background, 'success': $background, 'warning': $background,
'danger': $background, 'compat': $background, 'todo', $background
'danger': $background, 'compat': $background, 'todo': $background
);
// These would normally get initialized in _admonition.scss. However, since we are not
// loading it on the top level, we need to set them here too to avoid deprecation warnings.
Expand Down

0 comments on commit 990ac59

Please sign in to comment.