wa-blog-add-post-button {
  background-color: #29abe2 !important;
  color: #ffffff !important;
}
/* Hide the break on screens larger than a typical mobile width */
@media screen and (min-width: 600px) {
  .mobile-break {
    display: none;
  }
}