/* Atom One Dark Theme for Code Blocks (Light Mode) */
@media (prefers-color-scheme: light) {
  pre {
    background-color: #fafafa !important;
    color: #383a42 !important;
  }

    <!--
      body {
        color: #ABB2BF;
        background-color: #282C34;
      }
      .comment {
        /* font-lock-comment-face */
        color: #5C6370;
        font-style: italic;
      }
      .comment-delimiter {
        /* font-lock-comment-delimiter-face */
        color: #5C6370;
        font-style: italic;
      }
      .function-name {
        /* font-lock-function-name-face */
        color: #61AFEF;
      }
      .keyword {
        /* font-lock-keyword-face */
        color: #C678DD;
      }
      .preprocessor {
        /* font-lock-preprocessor-face */
        color: #828997;
      }
      .string {
        /* font-lock-string-face */
        color: #98C379;
      }
      .type {
        /* font-lock-type-face */
        color: #E5C07B;
      }
      .variable-name {
        /* font-lock-variable-name-face */
        color: #E06C75;
      }

      a {
        color: inherit;
        background-color: inherit;
        font: inherit;
        text-decoration: inherit;
      }
      a:hover {
        text-decoration: underline;
      }
    -->
    
}
