﻿/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace,monospace;font-size:1em;}a{background-color:rgba(0,0,0,0);-webkit-text-decoration-skip:objects;}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em;}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button;}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{display:inline-block;vertical-align:baseline;}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}:root,[data-theme=light]{--primary-color: #33df97;--secondary-color: #6f879e;--background-color: #fff;--text-color: #34495e;--secondary-text-color: #46637f;--tag-hover-color: #34495e;--post-heading-color: #34495e;--code-color: #1a6d5b;--code-back-color: rgba(52,73,94,.07);--code-block-color: #c9d2dc;--light-accent-color: rgba(52,73,94,.2);--lighter-accent-color: rgba(52,73,94,.05);--quote-color: rgba(52,73,94,.8);--hover-focus-color: rgba(52,73,94,.07);--hover-active-color: rgba(52,73,94,.2);--shadow-color: rgba(94,95,114,.15)}html{font-size:16px;box-sizing:border-box}body{line-height:1.5;color:var(--text-color);background-color:var(--background-color);font-family:"Jost*","Jost",sans-serif}.container{width:800px;margin:0 auto}@media screen and (max-width: 800px){body{border-top:0}.container{width:100%}}a{color:var(--text-color);text-decoration:none}img{max-width:100%;height:auto;display:inline-block;vertical-align:middle}iframe{border:0}#header{padding:20px;display:flex;justify-content:space-between;align-items:center}#header .logo{font-weight:600}#header .logo a{color:var(--text-color);font-size:1.5rem}#header .menu{align-self:flex-start}#header .menu ul{display:inline-block;padding-right:25px}#header .menu ul li{display:inline-block;margin-right:15px;display:inline-block;vertical-align:middle;transform:translateZ(0);backface-visibility:hidden;box-shadow:0 0 1px rgba(0,0,0,0);position:relative}#header .menu ul li:before{content:"";position:absolute;z-index:-1;height:4px;bottom:0;left:51%;right:51%;background:var(--primary-color);border-radius:3px;box-shadow:0px 0px 10px var(--primary-color);transition-duration:.2s;transition-property:right,left;transition-timing-function:ease-out}#header .menu ul li.active:before,#header .menu ul li:active:before,#header .menu ul li:focus:before,#header .menu ul li:hover:before{right:0;left:0}#header .menu ul li a{color:var(--text-color);font-size:18px}#header.index-header{justify-content:flex-end}@media screen and (max-width: 800px){#header{padding:50px 0 0;text-align:center}#header .logo,#header .menu{display:none}}main{clear:both}main .content{padding:0 20px}main .posts{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--light-accent-color)}main .read-more a{color:var(--primary-color);font-family:"Jost*","Jost",sans-serif;font-size:1.1rem}main .read-more a:hover{text-decoration:underline}main .about,main .post{padding:1.5rem 0;font-size:24px}@media (max-width: 800px){main .about,main .post{font-size:20px}}main .about .post__title,main .post .post__title{font-family:"Jost*","Jost",sans-serif}main .about .post__title a,main .post .post__title a{color:var(--text-color)}main .about .post-content,main .post .post-content{font-family:"Crimson Text",serif}main .about .post-content a,main .post .post-content a{color:var(--text-color);text-decoration:none;border-bottom:2px dotted var(--secondary-color);transition:border 1s ease}main .about .post-content a:hover,main .post .post-content a:hover{border-bottom:2px solid var(--primary-color)}main .about h1,main .about h2,main .about h3,main .about h4,main .about h5,main .about h6,main .post h1,main .post h2,main .post h3,main .post h4,main .post h5,main .post h6{font-family:"Jost*","Jost",sans-serif;margin-bottom:.25rem;font-weight:600;color:var(--post-heading-color)}main .about h1 a,main .about h2 a,main .about h3 a,main .about h4 a,main .about h5 a,main .about h6 a,main .post h1 a,main .post h2 a,main .post h3 a,main .post h4 a,main .post h5 a,main .post h6 a{color:var(--post-heading-color) !important}main .about .post-content h1,main .about .post-content h2,main .about .post-content h3,main .about .post-content h4,main .about .post-content h5,main .about .post-content h6,main .post .post-content h1,main .post .post-content h2,main .post .post-content h3,main .post .post-content h4,main .post .post-content h5,main .post .post-content h6{margin-bottom:.2rem}main .about .post-content h1,main .about .post-content h2,main .post .post-content h1,main .post .post-content h2{margin-top:4rem}main .about .post-content h3,main .about .post-content h4,main .post .post-content h3,main .post .post-content h4{margin-top:3rem}main .about .post-content h5,main .about .post-content h6,main .post .post-content h5,main .post .post-content h6{margin-top:1.5rem}main .about .post-content p,main .post .post-content p{margin:.75rem 0 1.5rem}main .about .post-content img,main .post .post-content img{display:block;margin:2rem auto;border-radius:6px}main .about .post-content hr,main .post .post-content hr{margin:3rem 0;color:var(--light-accent-color)}main .about .cover-image,main .post .cover-image{z-index:100;position:relative;margin-bottom:5rem}@media (min-width: 1200px){main .about .cover-image,main .post .cover-image{width:1200px;margin-left:-200px}}main .about .cover-image p,main .post .cover-image p{text-align:center;font-family:"Jost*","Jost",sans-serif;color:var(--secondary-color)}main .about pre,main .post pre{display:block;border-radius:12px;padding:1rem}main .about pre,main .about code,main .post pre,main .post code{font-size:90%;overflow:auto;font-family:Consolas,Monaco,Menlo,Consolas,monospace;margin-bottom:0;color:var(--code-block-color)}main .about pre>code,main .post pre>code{display:block;border:none;font-style:normal;font-size:1rem;background:none}main .about code,main .post code{font-size:1.15rem;padding:3px 5px;margin:0 4px;border-radius:6px;color:var(--code-color);background-color:var(--code-back-color)}main .about blockquote,main .post blockquote{margin:1.5em 0;padding:20px 40px 10px;background-color:var(--lighter-accent-color);position:relative;color:var(--quote-color);font-size:1.66rem;border-radius:1em}main .about blockquote:before,main .post blockquote:before{color:var(--light-accent-color);content:"“";font-size:6em;line-height:.7em;margin-right:.1em;margin-bottom:-.5em;float:left}main .about blockquote p,main .post blockquote p{margin:0}main .about table,main .post table{width:100%;max-width:100%;margin:10px 0;border-spacing:0}main .about table thead,main .post table thead{background:var(--light-accent-color)}main .about table th,main .about table td,main .post table th,main .post table td{padding:5px 15px;border:1px double var(--secondary-color)}main .about table tr:hover,main .post table tr:hover{background-color:var(--secondary-color)}main .about .footnote-definition,main .post .footnote-definition{padding-left:40px}main .about .footnote-definition:first-of-type,main .post .footnote-definition:first-of-type{border-top:2px dashed var(--primary-color);margin-top:1rem;padding-top:1rem}main .about .footnote-definition sup.footnote-definition-label,main .post .footnote-definition sup.footnote-definition-label{font-size:100%;position:unset;top:unset}main .about .footnote-definition sup.footnote-definition-label::after,main .post .footnote-definition sup.footnote-definition-label::after{content:"."}main .about .footnote-definition p,main .post .footnote-definition p{display:inline}main .about header,main .post header{margin:7rem 0 4rem}main .about__title,main .post__title{margin:0;font-size:3rem;font-weight:600;margin-bottom:.5rem !important}main .about .post__title,main .post .post__title{display:inline-block;vertical-align:middle;transform:translateZ(0);backface-visibility:hidden;box-shadow:0 0 1px rgba(0,0,0,0);position:relative}main .about .post__title:before,main .post .post__title:before{content:"";position:absolute;z-index:-1;height:5px;bottom:0;right:0;left:0;border-radius:3px;background:var(--primary-color);box-shadow:0px 0px 10px var(--primary-color);transition-duration:.2s;transition-property:right,left;transition-timing-function:ease-out}main .about__category,main .post__category{display:inline}main .about__category a,main .post__category a{color:inherit}main .about__category a:before,main .post__category a:before{content:"·";padding-right:2px}main .about__category a:hover,main .post__category a:hover{color:var(--primary-color)}main .about__meta,main .post__meta{font-size:20px;color:var(--secondary-color)}main .about__summary,main .post__summary{margin-bottom:1rem}main .post-tags{padding:15px 0;display:flex;flex-wrap:wrap;justify-content:center;align-items:center}main .post-tags a{margin:.5rem 5px .5rem 0;display:inline-block;word-break:break-all;background-color:var(--hover-focus-color);transition:all .25s ease-in-out;padding:.25rem 1rem;border-radius:12px}main .post-tags a:hover{transform:scale(1.05);color:var(--tag-hover-color);background-color:var(--primary-color)}main .post-tags a:active{transform:scale(1)}main .post-nav{margin:3rem 0 5rem;height:3rem}main .pagination{clear:both;font-family:"Jost*","Jost",sans-serif;margin:2rem 0;height:2rem}main .pagination a{color:var(--text-color)}main #disqus_thread iframe{opacity:.75;transition:.5s opacity ease-in-out}main #disqus_thread iframe:active,main #disqus_thread iframe:focus,main #disqus_thread iframe:hover{opacity:1}.endnote{width:100%;display:flex;align-items:center;justify-content:center;margin:7rem 0 4rem}.endnote svg{width:3rem;height:3rem;border-radius:2rem}.next,.previous{font-weight:600;font-size:24px;transition:transform .3s ease-out;padding:.5rem 1rem;border-radius:12px;transition:all .25s ease-in-out}.next:hover,.previous:hover{background-color:var(--hover-focus-color);transform:scale(1.05)}.next:active,.previous:active{background-color:var(--hover-active-color);transform:scale(1)}.next{float:right;margin-right:-1rem}.next:hover{transform:translateX(4px)}.previous{float:left;margin-left:-1rem}.previous:hover{transform:translateX(-4px)}.taxonomies{margin:2em 0 3em;text-align:center}.taxonomies__title{display:inline-block;font-size:2rem;font-weight:600}.taxonomies__items{margin:20px 0}.taxonomies__items a{margin:5px 10px;position:relative;color:var(--text-color);font-size:1.5rem;display:inline-block;padding:.5rem 1rem;border-radius:12px;transition:all .25s ease-in-out}.taxonomies__items a:hover{background-color:var(--hover-focus-color);transform:scale(1.05)}.taxonomies__items a:active{background-color:var(--hover-active-color);transform:scale(1)}.taxonomies__items a .count{position:relative;top:-7px;right:5px;color:var(--primary-color);font-size:20px;font-weight:600}span.hashtag{opacity:.5}.taxonomy{margin:2em 0}.taxonomy .desc-heading{margin-bottom:-1.5rem;color:var(--secondary-color);font-weight:normal}.taxonomy h1{display:inline-block;vertical-align:middle;transform:translateZ(0);backface-visibility:hidden;box-shadow:0 0 1px rgba(0,0,0,0);position:relative}.taxonomy h1:before{content:"";position:absolute;z-index:-1;height:5px;bottom:0;right:0;left:0;border-radius:3px;background:var(--primary-color);box-shadow:0px 0px 10px var(--primary-color);transition-duration:.2s;transition-property:right,left;transition-timing-function:ease-out}.taxonomy__item{margin:2rem 0;transition:.2s ease-out}.taxonomy__item__time{color:var(--secondary-color)}.taxonomy__item__title a{font-weight:600;font-size:1.5em;color:var(--text-color);display:inline-block;vertical-align:middle;transform:translateZ(0);backface-visibility:hidden;box-shadow:0 0 1px rgba(0,0,0,0);position:relative}.taxonomy__item__title a:before{content:"";position:absolute;z-index:-1;height:4px;bottom:0;left:51%;right:51%;background:var(--primary-color);border-radius:3px;box-shadow:0px 0px 10px var(--primary-color);transition-duration:.2s;transition-property:right,left;transition-timing-function:ease-out}.taxonomy__item__title a.active:before,.taxonomy__item__title a:active:before,.taxonomy__item__title a:focus:before,.taxonomy__item__title a:hover:before{right:0;left:0}footer{color:var(--secondary-color);display:flex;justify-content:space-between;font-size:1.3rem;margin:5rem 0}footer a:hover{color:var(--primary-color)}footer #rss_feed_link{display:flex;align-items:center;margin-top:1rem}footer #rss_feed_link svg{margin-right:.5rem}footer .social_links a{margin-right:2rem}footer p{margin:0}footer .theme_info{display:flex;justify-content:space-between;flex-direction:column}@media (max-width: 800px){footer{flex-direction:column}}.mobile-navbar{display:none;position:fixed;top:0;left:0;width:100%;height:50px;background:var(--background-color);box-shadow:0px 5px 10px var(--shadow-color);text-align:center;transition:transform 300ms ease;z-index:99}.mobile-navbar.fixed-open{transform:translate3d(180px, 0px, 0px)}.mobile-navbar .mobile-header-logo{display:inline-block;margin-right:50px}.mobile-navbar .mobile-header-logo .logo{font-size:22px;font-weight:600;line-height:50px}.mobile-navbar .mobile-navbar-icon{cursor:pointer;color:var(--primary-color);height:50px;width:50px;font-size:24px;text-align:center;float:left;position:relative;transition:background .5s}@keyframes clickfirst{0%{transform:translateY(6px) rotate(0deg)}100%{transform:translateY(0) rotate(45deg)}}@keyframes clickmid{0%{opacity:1}100%{opacity:0}}@keyframes clicklast{0%{transform:translateY(-6px) rotate(0deg)}100%{transform:translateY(0) rotate(-45deg)}}@keyframes outfirst{0%{transform:translateY(0) rotate(-45deg)}100%{transform:translateY(-6px) rotate(0deg)}}@keyframes outmid{0%{opacity:0}100%{opacity:1}}@keyframes outlast{0%{transform:translateY(0) rotate(45deg)}100%{transform:translateY(6px) rotate(0deg)}}.mobile-navbar .mobile-navbar-icon span{position:absolute;left:15px;top:25px;left:calc((100% - 20px)/2);top:calc((100% - 1px)/2);width:20px;height:1px;background-color:var(--primary-color)}.mobile-navbar .mobile-navbar-icon span:nth-child(1){transform:translateY(6px) rotate(0deg)}.mobile-navbar .mobile-navbar-icon span:nth-child(3){transform:translateY(-6px) rotate(0deg)}.mobile-navbar .mobile-navbar-icon.icon-click span:nth-child(1){animation-duration:.5s;animation-fill-mode:both;animation-name:clickfirst}.mobile-navbar .mobile-navbar-icon.icon-click span:nth-child(2){animation-duration:.2s;animation-fill-mode:both;animation-name:clickmid}.mobile-navbar .mobile-navbar-icon.icon-click span:nth-child(3){animation-duration:.5s;animation-fill-mode:both;animation-name:clicklast}.mobile-navbar .mobile-navbar-icon.icon-out span:nth-child(1){animation-duration:.5s;animation-fill-mode:both;animation-name:outfirst}.mobile-navbar .mobile-navbar-icon.icon-out span:nth-child(2){animation-duration:.2s;animation-fill-mode:both;animation-name:outmid}.mobile-navbar .mobile-navbar-icon.icon-out span:nth-child(3){animation-duration:.5s;animation-fill-mode:both;animation-name:outlast}.mobile-menu{background-color:var(--hover-focus-color);box-shadow:inset -20px 0px 20px var(--shadow-color)}.mobile-menu .mobile-menu-list{position:relative;list-style:none;margin-top:50px;padding:0}.mobile-menu .mobile-menu-list .mobile-menu-item{padding:10px 30px}.mobile-menu .mobile-menu-list a{font-size:20px;font-weight:600}.mobile-menu .mobile-menu-list a:hover{color:var(--primary-color)}@media screen and (max-width: 800px){.mobile-navbar{display:block}}.slideout-menu{position:fixed;top:0;left:0px;bottom:0;width:180px;min-height:100vh;overflow-y:hidden;-webkit-overflow-scrolling:touch;z-index:0;display:none}.slideout-panel{position:relative;z-index:1}@media (max-width: 800px){.slideout-panel{background-color:var(--background-color);transition:background-color 1s ease-in-out}}.slideout-open,.slideout-open body,.slideout-open .slideout-panel{overflow:hidden}.slideout-open .slideout-menu{display:block}.post-toc{position:absolute;width:300px;margin-left:800px;padding:10px;border-radius:5px;word-wrap:break-word;box-sizing:border-box;position:fixed;display:flex;align-items:center;top:0px;height:100vh;opacity:.25;transition:opacity .5s ease-in-out}.post-toc:hover{opacity:1}.post-toc .post-toc-title{font-size:20px;font-weight:600}.post-toc .post-toc-content{font-size:15px}.post-toc .post-toc-content.always-active ul{display:block}.post-toc .post-toc-content>nav>ul{margin:10px 0}.post-toc .post-toc-content ul{padding-left:10px}.post-toc .post-toc-content ul ul{padding-left:15px;display:none}.post-toc .post-toc-content ul .has-active>ul{display:block}.post-toc .post-toc-content .toc-link{color:var(--text-color);line-height:1.2}.post-toc .post-toc-content .toc-link:hover{color:var(--primary-color)}.post-toc .post-toc-content .toc-link.active{color:var(--primary-color)}@media screen and (max-width: 1200px){.post-toc{display:none}}main .hero{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin:5rem 0}main .hero .title{display:inline-block;vertical-align:middle;transform:translateZ(0);backface-visibility:hidden;box-shadow:0 0 1px rgba(0,0,0,0);position:relative;display:flex;align-items:center;padding-bottom:.5rem;color:var(--text-color);font-weight:600;font-size:3rem}main .hero .title:before{content:"";position:absolute;z-index:-1;height:5px;bottom:0;right:0;left:0;border-radius:3px;background:var(--primary-color);box-shadow:0px 0px 10px var(--primary-color);transition-duration:.2s;transition-property:right,left;transition-timing-function:ease-out}main .hero .title .logo svg{width:5rem;height:5rem;border-radius:5rem}main .hero .title .logo{margin-right:1rem;height:5rem}main .hero p{font-size:1.5rem;margin-top:.5rem;max-width:100%;width:500px}@media (max-width: 800px){main .hero{margin:3rem 0}}.index-list .post-block header{margin:inherit}.index-list .post-block .post__header{margin:5rem 0}.index-list .post-block .post__header .post_link_header{display:block}.index-list .post-block .post__header .post_link_header img{display:block;width:50%;border-radius:1rem;margin-bottom:1rem}@media (max-width: 800px){.index-list .post-block .post__header .post_link_header img{width:100%}}.index-list .post-block .post__header .post_link_header:hover h1{display:inline-block;vertical-align:middle;transform:translateZ(0);backface-visibility:hidden;box-shadow:0 0 1px rgba(0,0,0,0);position:relative}.index-list .post-block .post__header .post_link_header:hover h1:before{content:"";position:absolute;z-index:-1;height:5px;bottom:0;right:0;left:0;border-radius:3px;background:var(--primary-color);box-shadow:0px 0px 10px var(--primary-color);transition-duration:.2s;transition-property:right,left;transition-timing-function:ease-out}.index-list .post-block .post__header p{color:var(--text-color);opacity:.8;font-size:1.5rem;margin:0 0 .5rem}.index-list .post-block .post__title{font-size:3rem;color:var(--post-heading-color);display:inline-block;vertical-align:middle;transform:translateZ(0);backface-visibility:hidden;box-shadow:0 0 1px rgba(0,0,0,0);position:relative}.index-list .post-block .post__title:before{content:"";position:absolute;z-index:-1;height:4px;bottom:0;left:51%;right:51%;background:var(--primary-color);border-radius:3px;box-shadow:0px 0px 10px var(--primary-color);transition-duration:.2s;transition-property:right,left;transition-timing-function:ease-out}.index-list .post-block .post__title.active:before,.index-list .post-block .post__title:active:before,.index-list .post-block .post__title:focus:before,.index-list .post-block .post__title:hover:before{right:0;left:0}[data-theme=dark]{--primary-color: #ff5370;--secondary-color: #555c70;--background-color: #0f111a;--text-color: #9ba2c2;--secondary-text-color: #bbbfd5;--tag-hover-color: #34495e;--post-heading-color: #bbbfd5;--code-color: lightn(#9ba2c2, 10%);--code-back-color: #1a1d2c;--code-block-color: #c9d2dc;--light-accent-color: rgba(155,162,194,.2);--lighter-accent-color: rgba(155,162,194,.05);--quote-color: rgba(155,162,194,.8);--hover-focus-color: #161a26;--hover-active-color: #242836;--shadow-color: rgba(94,95,114,0);--half-primary-color: rgba(255,83,112,.5)}.theme-switcher{display:inline-block;cursor:pointer;vertical-align:middle}.theme-switcher .theme-button{cursor:pointer;background-color:var(--light-accent-color);width:78px;height:36px;border-radius:18px;display:flex;align-items:center;justify-content:space-between}.theme-switcher #dayIcon{position:relative;left:8px;fill:var(--background-color)}.theme-switcher #nightIcon{position:relative;right:8px;fill:var(--text-color)}.theme-switcher #dayIcon,.theme-switcher #nightIcon{height:20px;width:20px;cursor:pointer;z-index:10;top:3px;transition:fill .25s ease-in-out}.theme-switcher .toggle{display:none}.theme-switcher .toggle-button{cursor:pointer;position:absolute;height:40px;width:40px;z-index:0;border-radius:20px;margin-left:-2px;margin-top:-2px;transition:all .25s ease-in-out;background-color:var(--primary-color)}@media (max-width: 800px){.theme-switcher .toggle-button{margin-top:0px}}.theme-switcher:hover .toggle-button{box-shadow:0px 4px 10px var(--primary-color)}[data-theme=dark] .theme-switcher .toggle-button{margin-left:40px}[data-theme=dark] .theme-switcher #dayIcon{fill:var(--text-color)}[data-theme=dark] .theme-switcher #nightIcon{fill:var(--background-color)}[data-theme=dark] main .about .post-content h1,[data-theme=dark] main .about .post-content h2,[data-theme=dark] main .about .post-content h3,[data-theme=dark] main .about .post-content h4,[data-theme=dark] main .about .post-content h5,[data-theme=dark] main .about .post-content h6,[data-theme=dark] main .post .post-content h1,[data-theme=dark] main .post .post-content h2,[data-theme=dark] main .post .post-content h3,[data-theme=dark] main .post .post-content h4,[data-theme=dark] main .post .post-content h5,[data-theme=dark] main .post .post-content h6{text-shadow:0px 5px 20px var(--primary-color)}[data-theme=dark] main .about blockquote:before,[data-theme=dark] main .post blockquote:before{text-shadow:0px 5px 20px var(--primary-color)}[data-theme=dark] main .about pre,[data-theme=dark] main .post pre{background-color:var(--code-back-color) !important}[data-theme=dark] #header .logo a{text-shadow:0px 5px 20px var(--primary-color)}