/* dark pages (/video, /projects/frename): light-blue links like the old blog's inverted header */
body.dark{color:#fff}
body.dark a, body.dark a:visited{color:#7fcfff; border-bottom-color:rgba(127,207,255,.33)}
body.dark a:hover{color:#b6e4ff; border-bottom-color:rgba(255,143,0,.27)}
body.dark .navbar-item.active{border-color:#5C6A6B; background:transparent}
body.dark .navbar-item.active a{color:#fff}
body.dark .sign{color:#aaa}
body.dark code{background:rgba(255,255,255,.08); border-color:rgba(255,255,255,.18); color:inherit}
body.dark .button, body.dark .button:hover, body.dark .button:visited{color:#fff}
