/* Provide sufficient contrast against white background */ @import "~bootstrap-icons/font/bootstrap-icons.css"; a { color: #0366d6; } code { color: #e01a76; } .btn-primary { color: #fff; background-color: #1b6ec2; border-color: #1861ac; } html, body { height: 100%; } body { background-color: rgb(245, 126, 32); margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }