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

/*

0078d7
87ceeb
2e5090
6ca0dc
778ba5
*/

body {
    /* background: #778ba5; */
      background: #2e5090;

    color: #0078d7;
}

.navigation .title, .navigation-title {
    color: #f2f2f2;
}

.navigation {
    background: #34373C;
    border-bottom: .1rem solid #1B1C1D;
}

.header {
    background-color: #141518;
}

pre {
    background: #141518;
}

.prettyprint {
    color: #f2f2f2;
}

.prettyprint.lang-md * {
    color: #f2f2f2 !important;
}

code {
    background: #141518;
}

.prettyprint .atv {
    color: rgba(73, 158, 223, 1);
}
