.phx-disconnected::before{
  display: none;
}

.phx-disconnected::after {
  display: none;
}


.post-content {
  font-size: 1.2em;
  overflow: auto;
}

.post-content center {
  overflow: auto;
}

.post-content p {
  margin-top: 1em;
  margin-bottom: 1em;
  overflow: auto;
}

.post-content p img {
  margin: 10px auto;
}

.post-content code:not(.inline) {
  overflow: auto;
  font-size: 12px;

  padding: 20px;
  display: block;
  box-shadow: 5px 5px 5px #e0e0e0;
  border-radius: 3px;
}
.post-content img {
  box-shadow: 5px 5px 5px #e0e0e0;
}

.post-content img.no-shadow {
  box-shadow: none;
}

.post-content code.inline {
  color: black;
  font-weight: 600;

  font-family: 'Source Sans 3', sans-serif;
}

.bash .hljs-keyword {
  font-weight: normal;
}

.post-content h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 1em;
}

.post-content h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 1em;
}

.post-content a {
  text-decoration: underline;
}
.post-comment{
  font-size: 1.1em;
}

.is_published_false{
  opacity: 80%;
  background-color: #dbdbdb;
}



