@import "base";

.kint-rich {
  > dl > dt {
    background: linear-gradient(to bottom, #e3ecf0 0, #c0d4df 100%);
  }

  ul.kint-tabs {
    background: linear-gradient(to bottom, #9dbed0 0px, #b2ccda 100%);
  }

  & > dl:not(.kint-trace) > dd > ul.kint-tabs li {
    background: $main-background;

    &.kint-active-tab {
      background: $secondary-background;
    }
  }

  & > dl.kint-trace > dt {
    background: linear-gradient(to bottom, #c0d4df 0px, #e3ecf0 100%);
  }

  .kint-source .kint-highlight {
    background: #f0eb96;
  }
}
