1/*Just to override the wrap plugin */
2
3.dokuwiki .wrap_warning {
4    background: #fcf8e3 linear-gradient(to bottom, #fcf8e3 0px, #f8efc0 100%) repeat-x;
5    border-color: #faebcc;
6    color: #8a6d3b;
7}
8