blocks/main/why-kotlin/playground.css [44:56]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        border: 0 none transparent;
    }

    .sample[theme=darcula] {
        padding: 20px 0 0 0;
    }

    .cm-s-darcula.CodeMirror,
    .output-wrapper.darcula {
        background: transparent;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



static/js/page/index/kotlin-code-examples-section.scss [69:81]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border: 0 none transparent;
  }

  .sample[theme=darcula] {
    padding: 20px 0 0 0;
  }

  .cm-s-darcula.CodeMirror,
  .output-wrapper.darcula {
    background: transparent;
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



