.logo path{fill:var(--primary)}#wrapper{flex-direction:column;height:100vh;display:flex}#top-bar{background:var(--background-accent);height:4rem}#top-bar,#top-bar #link-home{align-items:center;display:flex}#top-bar #padding-logo{width:3rem;height:3rem;margin:1rem .5rem 1rem 1rem}#top-bar #page-title{color:var(--primary);display:none}#top-bar #page-title-mobile{color:var(--primary)}@media only screen and (width>=426px){#top-bar #page-title{display:initial}#top-bar #page-title-mobile{display:none}}#top-bar .spacer{flex:auto}#top-bar .theme-toggle{background-color:var(--background);cursor:pointer;border-radius:1rem;height:2rem;margin:1rem}#top-bar .theme-toggle svg{border-radius:1.5rem;padding:.5rem}#top-bar .theme-toggle .active{color:var(--primary);background-color:var(--secondary)}#content{flex:auto;overflow:hidden}#footer{justify-content:center;align-items:center;height:1.5rem;display:flex}#footer>*{margin-left:.5rem;margin-right:.5rem}
