Skip to content

Commit

Permalink
docs: compatible accent colors added
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Jan 4, 2024
1 parent 07f8545 commit 190370f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ mjx-math {
--md-primary-fg-color: #00599c;
--md-primary-fg-color--light: #659ad2;
--md-primary-fg-color--dark: #004482;
--md-accent-fg-color: var(--md-primary-fg-color--light);
--md-accent-fg-color--transparent: #0044821f;
--md-admonition-icon--important: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2023 Fonticons, Inc.--><path d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zm0-384c13.3 0 24 10.7 24 24v112c0 13.3-10.7 24-24 24s-24-10.7-24-24V152c0-13.3 10.7-24 24-24zm-32 224a32 32 0 1 1 64 0 32 32 0 1 1-64 0z"/></svg>');
}

Expand Down

0 comments on commit 190370f

Please sign in to comment.