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