refactor toggling body visibility using class

This commit is contained in:
taehoon 2019-08-27 12:17:10 -04:00
parent e75ac9ddbc
commit ea5b36a597
2 changed files with 8 additions and 4 deletions

View file

@ -49,6 +49,10 @@ body {
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
&.hidden {
display: none;
}
}
a {