Skip to content

Instantly share code, notes, and snippets.

@edjw
Last active April 21, 2023 11:34
Show Gist options
  • Save edjw/95e9f526dfa7b4103174662d8596c6d3 to your computer and use it in GitHub Desktop.
Save edjw/95e9f526dfa7b4103174662d8596c6d3 to your computer and use it in GitHub Desktop.
#page.with-headline #banner~#main #headline {
width: fit-content;
color: #000;
background: none;
}
#headline p {
background: none;
display: block !important;
margin-bottom: 0;
}
#headline div {
background-color: #fff;
padding: 0 0 0.5rem 0;
}
#headline span {
background-color: #81e95c;
display: block;
width: fit-content;
margin: 0 0.5rem 0 0;
padding: 0 0.25rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment