@import './themes/index.less';

.no-ani * {
  transition: none!important;
}

#rsg-root {
  [id*="-container"] {
    article {
      h3, h4, h5 {
        color: @text-color;
      }
      h3 {
        font-size: 20px;
      }
      h4 {
        font-size: 18px;
      }
      h5 {
        font-size: 16px;
      }
    }
  }

  nav {
    a[class*="rsg--link"] {
      color: @text-color-lighter-2;
      font-size: 13px;
      &:hover {
        color: @primary-color;
      }
    }
    a[class*="rsg--heading"] {
      font-size: 16px;
    }
  }

  .demo-text-btn {
    cursor: pointer;
  }
}

