a ,
.hero.is-light .title a, .hero.is-light .title strong {
  color: #ff3860;
}
a:hover {
  color: #23d160;
}
.menu-list a:hover {
  color: #23d160;
}
.tabs li.is-active a {
  color: #ff3860;
}
nav.panel {
  border-radius: 0 0 5px 5px;
}
.nav-item a.is-tab.is-active, a.nav-item.is-tab.is-active {
  border-bottom: 3px solid #ff3860;
  border-top: 3px solid transparent;
  color: #ff3860;
}
.nav-item a.is-tab:hover, a.nav-item.is-tab:hover {
  border-bottom: 1px solid #ff3860;
  border-top: 1px solid transparent;
}
.tile.is-ancestor {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px){
  .articles.tile.is-parent {
    flex: none;
    max-width: 50%;
    width: 50%;
  }
}
a.article-link, a.article-link:hover {
  box-shadow: none;
}
.hero, .hero.is-light, .hero.is-dark {
  background-color: inherit;
}
/* for code-prettify */
code, pre {
  line-height: initial;
}

.linenums li.L0,
.linenums li.L1,
.linenums li.L2,
.linenums li.L3,
.linenums li.L5,
.linenums li.L6,
.linenums li.L7,
.linenums li.L8,
.linenums li.L9 {
  list-style-type: decimal;
  background: initial;
}

pre {
  margin-bottom: 18px;
  overflow-x: scroll;
}

pre code {
  overflow-x: initial;
  padding: initial;
}

.tag {
  padding: initial;
  vertical-align: baseline;
  font-size: inherit;
}
