   /* Stutter Edit Color Palette */

@supports (-webkit-appearance:none) {
    .palette-primary-se2 {
      background : #E9E9E9;
    }
  }
  .palette-primary-se2 .footer,
  .palette-primary-se2 .header {
    background : #17191B;
  }
  .palette-primary-se2 .drawer .toc a.current,
  .palette-primary-se2 .drawer .toc a:focus,
  .palette-primary-se2 .drawer .toc a:hover {
    color : #3E72F8;
  }
  .palette-primary-se2 .drawer .anchor a {
    border-left : #3E72F8 solid 1px;
  }
  .ios.standalone .palette-primary-se2 .article {
    background : -webkit-linear-gradient(top,
                  #fff 50%,
                  #fff 0);
    background : linear-gradient(
                  180deg,
                  #fff 50%,
                  #fff 0
                );
  }
  .palette-primary-se2 .article a {
    color: #17191B;
    border-bottom: #3E72F8 solid 1px;
    font-weight: 600;
  }
  .palette-accent-se2 .article a:focus,
  .palette-accent-se2 .article a:hover {
    color : #9554E8;
  }
  .palette-primary-se2 .article h1,
  .palette-primary-se2 .article h2  {
    color: #3E72F8;
    font-weight: 700;
  }
  .palette-primary-se2 .article h3 {
    color: #9554E8;
    font-weight: 700;
  }
  .palette-primary-se2 .article h4 {
    color: #5A327A;
    font-weight: 700;
  }
  .palette-primary-se2 .article h5,
  .palette-primary-se2 .article h6 {
    color: #37393C;
    font-weight: 600;
  }
  .palette-primary-se2 .article .headerlink {
    display: none;
  }
  .palette-primary-se2 .article table {
    border: #858585 .5px solid;
  }
  .palette-primary-se2 .article table th {
    background : #17191B;
    text-transform: uppercase;
  }
  .palette-primary-se2 .results .meta {
    background : #fff;
  }
  .palette-primary-se2 .article .admonition.note {
    background: rgba(62, 114, 248, 0.1);
  }
  .palette-primary-se2 .article .admonition.warning {
    background: rgba(237, 53, 53, 0.1);
  }
  .palette-primary-se2 .article .admonition.info {
    background: rgba(62, 114, 248, 0.1);
  }
  .palette-primary-se2 .article .admonition.tip {
    background:rgba(62, 114, 248, 0.1);
  }
  .palette-primary-se2 .article .admonition.link {
    background:rgba(148, 84, 232, 0.1);
  }
  .palette-primary-se2 .wrapper a.lang-btn.active {
    color: #fff;
    background-color: #3e72f8;
    border: 1px solid #17191B;
}
