Fix invisible text, oops!

This commit is contained in:
Rico Sta. Cruz 2017-10-15 02:58:49 +08:00
parent 9a1e87031e
commit a422846bc5
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ a:hover {
* Hide markdown before it's wrapped. * Hide markdown before it's wrapped.
*/ */
html.WithJs .MarkdownBody { html.WithJs .post-content {
& { & {
opacity: 0; opacity: 0;
} }