/*!
 * Quark Dark Mode Theme
 * 
 * By Louis Charette
 * Inspired by https://github.com/getgrav/grav-theme-quark/issues/73#issuecomment-514934287
 */

body.dark-mode{background-color:#171b21}body.dark-mode #body-wrapper,body.dark-mode #page-wrapper,body.dark-mode #grav-login{background-color:#171b21;color:#e8e9eb}body.dark-mode a{color:#72b6ec}body.dark-mode .card,body.dark-mode #footer,body.dark-mode .dropmenu ul ul{background-color:#111418 !important}body.dark-mode #header{background-color:#171b21 !important}body.dark-mode h1,body.dark-mode h2,body.dark-mode h3,body.dark-mode h4,body.dark-mode h5,body.dark-mode h6,body.dark-mode #header a{color:#fff}body.dark-mode .label.label-primary{color:#fff;background-color:#72b6ec}body.dark-mode .label.label-secondary{color:#e8e9eb;background-color:#3f4755}body.dark-mode .hljs,body.dark-mode code{color:#e8e9eb;border:1px solid #3f4755;background:#111418 !important}body.dark-mode .btn,body.dark-mode .button{background:#171b21}body.dark-mode .btn:focus,body.dark-mode .btn:hover,body.dark-mode .button:focus,body.dark-mode .button:hover{background:#111418}body.dark-mode .pagination li{border-color:#3f4755;background:#111418}body.dark-mode .menu{background:#171b21;color:#a5a9af}body.dark-mode .menu .menu-item>a:focus,body.dark-mode .menu .menu-item>a:hover{background:#111418}body.dark-mode #sidebar ul.related-pages li{border-bottom-color:#3f4755}body.dark-mode .form-input,body.dark-mode .search-input,body.dark-mode [data-grav-field="array"] input,body.dark-mode [data-grav-field="array"] textarea{background:#111418}body.dark-mode img{filter:brightness(0.85) contrast(1.2)}.dark-mode-switcher{padding-left:5px !important}#header,.btn,.button{transition:none !important}
