code {
    background: #444;
    color: #ddd
}

/*notice note*/
.notice.note {
    --title-color: #fff;
    --title-background-color: #069;
    --content-color: #ddd;
    --content-background-color: #023;
}

.notice.note code {
    background: #046;
    color: #eee
}

/*notice tip*/
.notice.tip {
    --title-color: #fff;
    --title-background-color: #363 !important;
    --content-color: #ddd;
    --content-background-color: #121 !important;
}

.notice.tip code {
    background: #242;
    color: #eee
}

/*notice warning*/
.notice.warning {
    --title-color: #fff;
    --title-background-color: #800 !important;
    --content-color: #ddd;
    --content-background-color: #400 !important;
}

.notice.warning code {
    background: #800;
    color: #eee
}

/*notice info*/
.notice.info {
    --title-color: #fff;
    --title-background-color: #a50 !important;
    --content-color: #ddd;
    --content-background-color: #420 !important;
}

.notice.info code {
    background: #840;
    color: #eee
}
