/* Include this stylesheet after Milligram or merge it with your main.css */

a {
    color: #00467f;
}

.button, button, input[type='button'], input[type='reset'], input[type='submit'] {
    background-color: #00467f;
    border: .1rem solid #00467f;
}

.button.button-outline, button.button-outline, input[type='button'].button-outline, input[type='reset'].button-outline, input[type='submit'].button-outline {
    color: #00467f;
}

.button.button-clear, button.button-clear, input[type='button'].button-clear, input[type='reset'].button-clear, input[type='submit'].button-clear {
    color: #00467f;
}

pre.prettyprint .lit {
    color: #00467f;
}

.share-icon {
    background-color: #00467f;
    color: #ffffff;
}

pre {
    background: #f4f5f6;
    border-left: .3rem solid #00467f;
}

pre.prettyprint {
    border-left: .3rem solid #00467f !important;
    color: #655d5d;
}

pre.prettyprint .tag {
    color: #00467f;
}

pre.prettyprint .atn {
    color: #0065ce;
}

input[type='email']:focus, input[type='number']:focus, input[type='password']:focus, input[type='search']:focus, input[type='tel']:focus, input[type='text']:focus, input[type='url']:focus, textarea:focus, select:focus {
    border: .1rem solid #00467f;
}

.github-corner {
    color: #f4f5f6;
    fill: #00467f;
}	
