/* Slightly brighten the circular Community Lighthouse marks in the desktop site directory. */
@media (min-width: 981px) {
  #siteList .site-logo {
    filter: brightness(1.09) saturate(1.04);
  }
}
