Skip to content

Commit

Permalink
Fix colors
Browse files Browse the repository at this point in the history
  • Loading branch information
prrao87 committed Dec 8, 2023
1 parent a76a0a0 commit 1dfbd3b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions templates/_custom_css.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
--inline-code-color: #d6612b;
--text-color: #444;
--text-pale-color: #545967;
--bg-color: #ffffff;
--bg-color: #fff;
--highlight-mark-color: #5f75b045;

--callout-note-color: #6081c2;
--callout-important-color: #7f5db5;
--callout-warning-color: #b17b42;
--callout-alert-color: #d35757;
--callout-question-color: #40758f;
--callout-tip-color: #2c704e;
--callout-note-color: #3e70d6;
--callout-important-color: #7a46cd;
--callout-warning-color: #d3822b;
--callout-alert-color: #d43f3f;
--callout-question-color: #3089b5;
--callout-tip-color: #35a06b;
}

/* dark mode colors */
Expand Down

0 comments on commit 1dfbd3b

Please sign in to comment.