docs: compatible accent colors added

This commit is contained in:
Mateusz Pusz
2024-01-04 16:11:44 +01:00
parent 07f85450ca
commit 190370fbbe

View File

@ -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>');
}