Skip to content

Commit

Permalink
fix: outdate alert 'hidden'
Browse files Browse the repository at this point in the history
fix #49
  • Loading branch information
isunjn committed Sep 19, 2023
1 parent 96f2cb0 commit 0637a60
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,10 @@ body.post {
}
}
}

#outdate_alert.hidden {
display: none;
}
}

.mermaid {
Expand Down

0 comments on commit 0637a60

Please sign in to comment.