ul.categories-module {
   li {
      &.active {
         background: inherit;
         a {
            color: $secondary;
         }
      }
      a {
         font-size: 1rem;
      }
   }
}