Skip to content

Instantly share code, notes, and snippets.

@gpessia
Created April 7, 2020 10:08
Show Gist options
  • Save gpessia/c55ba43012af3ffbf3bbcc06ea553295 to your computer and use it in GitHub Desktop.
Save gpessia/c55ba43012af3ffbf3bbcc06ea553295 to your computer and use it in GitHub Desktop.
Highlight "Attualmente non disponibile" su Amazon per StyleBot
span[aria-label="Attualmente non disponibile."] {
color: white;
background-color: red;
padding: 5px;
margin-top: 2px;
display: inline-block;
border-radius: 4px;
}
span[aria-label="Attualmente non disponibile."]:before {
content: "⚠️";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment