Contribution Date
              Technology
              
          Contribution Project
              
          Contribution Details
              I have removed some unused styles, attached interdiff for same.
.branding__site-logo:hover,
.branding__site-logo:focus {
  background-color: inherit;
}This code is required, If we eliminate the background, the background color appears on the anchor tag. This will also modify the background color of the logo image.
a:hover, a:focus {
    color: #cc2a00;
    background-color: #e6eee0;
}Issue Status
              Needs Review
          Contribution Issue Link
              
          Contribution Link
              
          Files count
              2
          Patches count
              1