[data-md-color-scheme="default"] {
  --md-primary-fg-color: #006bb6;
  --md-primary-fg-color--light: #006bb6;
  --md-accent-fg-color: #006bb6;
  --md-accent-fg-color--light: #006bb6;
}

[data-md-color-scheme="slate"] {
  --md-primary-fg-color: #006bb6;
  --md-primary-fg-color--dark: #006bb6;
  --md-accent-fg-color: #006bb6;
  --md-accent-fg-color--light: #006bb6;
}

:root {
  --md-admonition-icon--aphp: url('data:image/svg+xml;charset=utf-8,<svg width="109" height="116" xmlns="http://www.w3.org/2000/svg" xml:space="preserve"><path fill="%230060AF" d="M55.2 20.2c11.1.5 19.9 11 19.9 23.8 0 13.2-9.3 23.8-20.8 23.8S33.5 57.1 33.5 44c0-12.9 8.9-23.3 20.1-23.8C29.1 3.1 1.9 18.4 0 48.4c.9 42.3 43.8 49.7 54.3 68 11.6-19 52.1-27.3 54.2-67.4C107 13.5 73.3 5.9 55.2 20.2m-24.5 4.5c-1.7 0-3-1.2-3-2.6 0-1.4 1.4-2.6 3-2.6 1.7 0 3 1.2 3 2.6 0 1.4-1.4 2.6-3 2.6" class="st0"/><path fill="%230060AF" d="M40.8 0c-10.4 16.2-8 28.8 6.7 46.6-3.7 4.6-4.6 7.7-4.3 12 4.9-.6 6.7-4 7.4-9.2 5.2 4.6 13.2 6.4 18.4 6.1-1.1-9.2-8.2-16.2-19.6-11-8.9-12-18.1-24.2-7.1-43.2L40.8 0z" class="st0"/></svg>')
}

.md-typeset .admonition.aphp,
.md-typeset details.aphp {
  border-color: rgb(0, 107, 182);
}

.md-typeset .aphp>.admonition-title,
.md-typeset .aphp>summary {
  background-color: rgba(0, 107, 182, 0.1);
  border-color: rgb(0, 107, 182);
}

.md-typeset .aphp>.admonition-title::before,
.md-typeset .aphp>summary::before {
  background-color: rgb(0, 107, 182);
  -webkit-mask-image: var(--md-admonition-icon--aphp);
  mask-image: var(--md-admonition-icon--aphp);
}
