removed censor stuff, used during testing :)

This commit is contained in:
2024-02-19 14:35:42 -08:00
parent 2c504332bd
commit ed55e0810c
14 changed files with 0 additions and 181 deletions

View File

@ -594,16 +594,4 @@ code,
.invert img {
-webkit-filter: invert(1);
filter: invert(1);
}
.censor{
background-color: #000!important;
color:#000!important;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
}
.censor:hover{
background-color: transparent!important;
color:var(--text-color)!important;
}