/* Custom DocFX overrides layered after default + modern templates. */

:root {
  --aaa-blue: #0078ad;
}

#logo {
  width: 51px;
  height: 51px;
}

header {
  background-color: var(--aaa-blue) !important;
}