body .g-button {
  background: #f55; }
  body .g-button:hover {
    background: rgba(255, 85, 85, 0.8); }
  body .g-button.g-button--invert {
    border-color: #f55;
    color: #f55 !important; }
  body .g-button.g-button--invert:hover {
    background: #f55;
    border-color: #f55;
    color: #fff !important; }
  body .g-auth__fogot-password, body .g-auth__personal-note a {
    color: #f55 !important; }
  body .g-auth__personal-note a {
    border-bottom: 1px dotted #f55; }
  body .g-article__name, body .g-tags__item, body .g-article-years__year, body .g-categories__button {
    color: #f55;
    border-color: #f55; }
  body .g-categories__button::after {
    background: #f55; }
