Skip to content

Commit

Permalink
fix: πŸ’„ question/help/faq callout color to match obsidian (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
uroybd authored Oct 2, 2023
1 parent 0a98901 commit 45f6f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site/styles/obsidian-base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5829,7 +5829,7 @@ body {
.callout[data-callout="question"],
.callout[data-callout="help"],
.callout[data-callout="faq"] {
--callout-color: 100, 221, 23;
--callout-color: 224, 172, 0;
--callout-icon: help-circle;
}
.callout[data-callout="warning"],
Expand Down

0 comments on commit 45f6f05

Please sign in to comment.