Skip to content

Commit

Permalink
Add icons to reference and toc callouts
Browse files Browse the repository at this point in the history
  • Loading branch information
sigrunixia committed Jan 10, 2023
1 parent f85fd12 commit d0fb55d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/fragments/08-blockquote-callouts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,11 @@ body {
--callout-color: var(--ebw-callout-quote);
}
.callout[data-callout="reference"] {
--callout-icon: library;
--callout-color: var(--ebw-callout-reference);
}
.callout[data-callout="toc"] {
--callout-icon: layout-list;
--callout-color: var(--ebw-callout-toc);
}
.theme-light {
Expand Down

0 comments on commit d0fb55d

Please sign in to comment.