@import url("../tutorials/html.css");
@import url("topic-nav.css");
@import url("shared.css");

:root{--interview-accent:#ff5a91;--interview-accent-rgb:255,90,145}

/* Make header resilient on very small screens. */
nav{min-width:0}
.nav-logo{min-width:0}
.nav-brand{min-width:0;overflow:hidden;text-overflow:ellipsis}
@media (max-width: 420px){
  .nav-brand{font-size:14px}
  .nav-logo img{width:30px;height:30px}
}
