
/* color definitions *********************************************************/
/* https://github.com/chriskempson/tomorrow-theme

    background:     #ffffff;   **
    current-line:   #efefef;   **
    selection:      #d6d6d6;   **
    foreground:     #4d4d4c;   **
    comment:        #8e908c;   **
    red:            #c82829;
    orange:         #f5871f;
    yellow:         #eab700;   **
    green:          #718c00;
    aqua:           #3e999f;   **
    blue:           #4271ae;   **
    purple:         #8959a8;   **
*/

/* basic elements ************************************************************/
code .ln { margin-right: .5em;  }

code { color: green; font-weight: bold; }

/* media *********************************************************************/

@media screen and (min-width: 48em) {
    .pure-menu-heading { float: left; }
    .navigation-header-subtitle { float: right; }
}

/* helpers *******************************************************************/

.fix-cursor-pointer { cursor: pointer; }
.fix-placement-up {
    position: relative;
    top: -.05em;
}

.centered {
    margin: 0 auto;
    text-align: center;
}

.navigation-header-subtitle {
    font-family: "Source Serif Pro", serif;
}

.footer-content,
.footer-copyright,
.navigation-content,
.navigation-header,
.pagination-content {
    display: flex;
    justify-content: center;
    text-align: center;
}

figure { text-align: center; }
figure img { margin: 0 auto; }


h1, h2, h3, h4, h5, h6, .post-title {
    font-family: "Source Serif Pro", serif;
    font-weight: bold;
}
.post-title {
    margin-bottom: 0;
}

.post-meta {
    font-size: .9em;
    margin: 0 0 .5em;
}
.post-meta a { text-decoration: none; }
.post-meta a:hover{ text-decoration: underline; }


.navigation-header {
    font-size: 1.25em;
}


.pure-menu-horizontal { white-space: normal; }
.pure-menu-heading { text-transform: unset; }
.pure-menu-disabled:hover { background-color: transparent; }

dl dt,
dl dd {
    margin-bottom: .25em;
}

code, kbd, pre, samp {
    border: 0;
    border-radius: .25em;
    font-family: "Source Code Pro", monospace;
    margin: 0;
}
pre code {
    display: block;
    padding: .25em;
    tab-size: 4;
    background-color: #d3d3d3;
    color: rgb(0, 0, 0);
}
.highlight {
    overflow: auto;
}


abbr, cite, q { font-family: "Source Serif Pro", serif; }
cite, q, em { font-style: italic; }


bold, b, dt, strong { font-weight: bold; }

@media (prefers-color-scheme: light) {
body {
    background-color: #ffffff;
    color: #000000;
    font-display: swap;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}


kbd, samp {
    background-color: #efefef;
    padding: 0 .125em;
}
mark { background-color: #eab700; }


blockquote {
    border-left: .5em solid #8e908c;
    border-radius: .25em;
    margin-left: 0;
    padding-left: 2em;
}

a { color: #005ad0; }
a:hover, a:hover:visited { color: #00c2d0; }
a:visited { color: #6e00b7; }


hr {
    border: 0;
    border-top: 1px dashed #000000;
}


::selection { background-color: #d6d6d6; }


/* pure adjustments **********************************************************/

html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
    color: #000000;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: normal;
}

.pure-table {
    background-color: #ffffff;
    border: 1px solid #8e908c;
    color: #000000;
}
.pure-table td, .pure-table th {
    border-left: 1px solid #8e908c;
}

.pure-table thead {
    background-color: #efefef;
    color: #000000;
}

.pure-menu a,
.pure-menu a:visited {
    color: #4d4d4c;
}

.pure-menu a:hover,
.pure-menu a:hover:visited {
   color: #000000 
}


.pure-menu-item:hover,
.pure-menu-header:hover {
    background-color: #efefef;
}

.footer {
    border-top: 1px solid #000000;
}
.navigation {
    border-bottom: 1px solid #4d4d4c;
}

.navigation-header a {
    color: #000000;
}
.post-divider { border-top: 1px solid #000000; }

}
@media (prefers-color-scheme: dark) {
body {
    background-color: #000000;
    color: #ffffff;
    font-display: swap;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}

kbd, samp {
    background-color: #717171;
    padding: 0 .125em;
}


mark { background-color: #eab700; }


blockquote {
    border-left: .5em solid #636363;
    border-radius: .25em;
    margin-left: 0;
    padding-left: 2em;
}

a { color: #a3cbff; }
a:hover, a:hover:visited { color: #9bf8ff; }
a:visited { color: #d89dff; }


hr {
    border: 0;
    border-top: 1px dashed #ffffff;
}


::selection { background-color: #626262; }


html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
    color: #ffffff;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: normal;
}

.pure-table {
    background-color: #000000;
    border: 1px solid #bebebe;
    color: #ffffff;
}
.pure-table td, .pure-table th {
    border-left: 1px solid #bebebe;
}

.pure-table thead {
    background-color: #3e3e3e;
    color: #ffffff;
}

.pure-menu a,
.pure-menu a:visited {
    color: #ffffff;
}

.pure-menu-item:hover,
.pure-menu-header:hover {
    background-color: #000000;
}

.footer {
    border-top: 1px solid #ffffff;
}
.navigation {
    border-bottom: 1px solid #ffffff;
}

.navigation-header a {
    color: #ffffff;
}


.post-divider { border-top: 1px solid #4d4d4c; }
}