hide content by default

This commit is contained in:
rxdn 2020-06-18 15:27:46 +01:00
parent df589f3dd0
commit b8e2136cb7

View File

@ -157,3 +157,7 @@ body {
opacity: 1; opacity: 1;
} }
} }
.content {
display: none;
}