Skip to content

Instantly share code, notes, and snippets.

@itaditya
Created February 2, 2021 04:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save itaditya/6da081d93065d03eb082bad0b2d56907 to your computer and use it in GitHub Desktop.
Save itaditya/6da081d93065d03eb082bad0b2d56907 to your computer and use it in GitHub Desktop.
Use this class to add black-out text.
.redact {
background-color: #000 !important;
border-radius: 6px !important;
color: transparent !important;
filter: brightness(0) !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment