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

@ -739,19 +739,6 @@ code,
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;
}
:root {
--text-color:#fff;
--background:#1B2838;