:root{--theme-ico:url(/assets/icons/svg/moon.svg) no-repeat center;--theme-ico-hover:rgb(182,202,231)}.darkTheme:root{--theme-ico:url(/assets/icons/svg/sun.svg) no-repeat center;--theme-ico-hover:rgb(141,126,96)}.themeSwitch{background:var(--theme-ico);background-size:16px;background-color:var(--body-bg-shadow);width:32px;height:32px;cursor:pointer;border:none;border-radius:50%}.themeSwitch:hover{background-color:var(--theme-ico-hover)}header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px}header #title{font-size:16px}header #title,header #title a{color:var(--body-font-highlight)}header #title a:hover{color:#ea923b}header #actions{display:flex;align-items:center;justify-content:flex-end;flex-grow:1;gap:20px}header #actions .profilePicture{display:block;width:40px;height:40px;border-radius:50%}header #actions .profilePicture:hover{filter:opacity(.75)}@media screen and (max-device-width:480px),screen and (max-width:480px){header{padding:24px 16px}}