removed censor stuff, used during testing :)
This commit is contained in:
@ -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: #191b19;
|
||||
|
Reference in New Issue
Block a user