/* Adapts coloring of admonitions to APS colors */

/* -- Colors APS according to https://wiki.stegmannsystems.com/display/ORGA/CR-GEN-0050+Farbwelt -- */

/* -- Color: Set background color -- */

*[class~="topic/note"].note_tip,
*[class~="topic/note"].note_note,
*[class~="topic/note"].note_important {
    background-color: white;
}

/* -- Color: Use APS Akzentfarbe 5, 20% -- */

*[class~="topic/note"].note_warning {
    background-color: var(--ssy-aps-accent5-light);
}