.list-group-item-action {
  color: #886ab5;
  }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #886ab5;
  }
  .list-group-item-action:active {
    color: #886ab5;
  }

  .mod-skin-dark .btn-switch[data-class="mod-skin-dark"] {
  color: #fff;
  background: #886ab5 !important; }
  .mod-skin-dark .btn-switch[data-class="mod-skin-dark"]:before {
    content: "ON" !important;
    left: 7px !important;
    right: auto !important; }
  .mod-skin-dark .btn-switch[data-class="mod-skin-dark"]:after {
    content: " " !important;
    right: 0 !important;
    left: auto !important;
    background: #fff !important;
    color: #886ab5 !important; }
  .mod-skin-dark .btn-switch[data-class="mod-skin-dark"] + .onoffswitch-title {
    font-weight: 500;
    color: #886ab5; }

.page-logo-text {
    display: block;
    height: 32px;
    width: 138px;
    color: transparent;
    background-image: url(../images/small-icon-banner.4933963485324fb2ddb1ee882e1eb5a8.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0;
    box-sizing: border-box;
    padding-left: 34px;
    line-height: 32px;
    font-size: 24px;
    font-weight: bold;
}
.mod-skin-dark:not(.mod-skin-light) .page-logo-text {
    color: transparent;
}

pre code {
    display: block;
    padding: 1em;
}

.blob-code-viewer {
    overflow-x: auto;
    font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
    font-size: 0.875rem;
    line-height: 1.45;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0.25rem;
    background: #fff;
}

.blob-code-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

.blob-code-table td {
    padding: 0;
    vertical-align: top;
}

.blob-num {
    width: 1%;
    min-width: 3.5em;
    padding: 0 0.75em !important;
    text-align: right;
    color: #6a737d;
    user-select: none;
    white-space: nowrap;
    vertical-align: top;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    background: #f6f8fa;
    cursor: pointer;
}

.blob-num-link {
    color: inherit;
    text-decoration: none;
    display: block;
}

.blob-num:hover,
.blob-num:hover .blob-num-link {
    color: #24292e;
}

.blob-code {
    padding: 0 1em !important;
    white-space: pre;
    color: #24292e;
}

.blob-line.highlighted {
    background-color: #fffbdd;
}

.blob-line.highlighted .blob-num {
    background-color: #fff5b1;
    border-right-color: #f2e59b;
}

.mod-skin-dark:not(.mod-skin-light) .blob-code-viewer {
    background: #1b1d22;
    border-color: rgba(255, 255, 255, 0.08);
}

.mod-skin-dark:not(.mod-skin-light) .blob-num {
    color: #8b949e;
    background: #161b22;
    border-right-color: rgba(255, 255, 255, 0.08);
}

.mod-skin-dark:not(.mod-skin-light) .blob-num:hover,
.mod-skin-dark:not(.mod-skin-light) .blob-num:hover .blob-num-link {
    color: #e6edf3;
}

.mod-skin-dark:not(.mod-skin-light) .blob-code {
    color: #e6edf3;
}

.mod-skin-dark:not(.mod-skin-light) .blob-line.highlighted {
    background-color: rgba(210, 153, 34, 0.2);
}

.mod-skin-dark:not(.mod-skin-light) .blob-line.highlighted .blob-num {
    background-color: rgba(210, 153, 34, 0.35);
    border-right-color: rgba(210, 153, 34, 0.45);
}

.entry-date-with-source {
    white-space: nowrap;
}

.entry-source-link {
    margin-left: 0.35rem;
    color: #886ab5;
    text-decoration: none;
}

.entry-source-link:hover {
    color: #6f4ea0;
    text-decoration: underline;
}

.badge .entry-source-link {
    margin-left: 0.25rem;
    color: inherit;
    text-decoration: underline;
}

.panel-tag a {
    color: inherit;
    text-decoration: underline;
}

.panel-tag a:hover {
    color: #6f4ea0;
}
