/* The tabs3/.content/.wraper CSS in assets/theme/css/style.css never sets a
   text color, and there's no "bg-adapted" mechanism in any bundled
   stylesheet - the AnyOrder page's dark background section otherwise renders
   with unreadable dark-on-dark text. */
.content, .content h3, .content p, .mbr-section-title {
    color: #ffffff;
}

.content a {
    color: #ffdd2d;
}
