Hide blue outline

This commit is contained in:
Jordan Eldredge 2020-09-06 21:46:04 -07:00
parent d662853750
commit ff5ffc677b

View file

@ -52,6 +52,7 @@ function Skin({
transition: "opacity 0.2s",
backfaceVisibility: loaded ? "hidden" : null,
filter: nsfw ? "blur(10px)" : null,
outline: "none",
};
return (