Code snippets: Module introduction popup
Straight corners for the popup
.OcuDarcula .alert__wrapper, .OcuDarcula .card__wrapper, .OcuLight .alert__wrapper, .OcuLight .card__wrapper { border-radius: 0px; }
Straight corners for the button
.OcuLight .button.dl__alert__close { border-radius: 0px }
Change the background color
.OcuDarcula .alert__wrapper, .OcuDarcula .card__wrapper, .OcuLight .alert__wrapper, .OcuDarcula .card__wrapper { background-color: red; }