Last active
April 21, 2023 11:34
-
-
Save edjw/95e9f526dfa7b4103174662d8596c6d3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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