/* Adapts coloring of admonitions to PLA colors */

/* -- Color: Set background color -- */

*[class ~= "topic/note"].note_tip,
*[class ~= "topic/note"].note_note,
*[class ~= "topic/note"].note_important {
    background-color: white;
}

/* -- Color: Use PLA Akzentfarbe 4, 20% -- */

*[class ~= "topic/note"].note_warning {
    background-color: var(--ssy-pla-accent4-light2);
}