Created
February 2, 2021 04:53
-
-
Save itaditya/6da081d93065d03eb082bad0b2d56907 to your computer and use it in GitHub Desktop.
Use this class to add black-out text.
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
.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