/* Image border (elegant.ccss) */
.article-content img {
    border: none;
    padding: 0;
}

/* Code copy button with different colour */
.codecopy {
  position: relative;
  overflow: visible;

  & button.codecopy-btn {
    font-size: rfs(0.9rem);
    box-shadow: none;
    min-height: initial;

    position: absolute;
    z-index: 1;

    right: 0;
    top: 0;
    background-color: #dda790;
    padding: rfs(0.2rem);
    border: none;
    border-top-right-radius: var(--borderRadius);
    border-bottom-left-radius: var(--borderRadius);

    &:hover,
    &:focus {
      box-shadow: none;
    }
  }
}

/* Code Theme (pygments.css) */
.highlight .hll { background-color: #ffffcc }
.highlight  { background: #252c31; color: #f0f0f0; background-color: #252c31 }
.highlight .c { color: #9a9a9a; font-style: italic; background-color: #252c31 } /* Comment */
.highlight .err { color: #f0f0f0; background-color: #252c31 } /* Error */
.highlight .g { color: #f0f0f0; background-color: #252c31 } /* Generic */
.highlight .k { color: #dda790; background-color: #252c31 } /* Keyword */
.highlight .l { color: #f0f0f0; background-color: #252c31 } /* Literal */
.highlight .n { color: #f0f0f0; background-color: #252c31 } /* Name */
.highlight .o { color: #f0f0f0; background-color: #252c31 } /* Operator */
.highlight .x { color: #f0f0f0; background-color: #252c31 } /* Other */
.highlight .p { color: #f0f0f0; background-color: #252c31 } /* Punctuation */
.highlight .cm { color: #9a9a9a; font-style: italic; background-color: #252c31 } /* Comment.Multiline */
.highlight .cp { color: #dda790; background-color: #252c31 } /* Comment.Preproc */
.highlight .c1 { color: #9a9a9a; font-style: italic; background-color: #252c31 } /* Comment.Single */
.highlight .cs { color: #9a9a9a; font-style: italic; background-color: #252c31 } /* Comment.Special */
.highlight .gd { color: #880708; background-color: #252c31 } /* Generic.Deleted */
.highlight .ge { color: #f0f0f0; text-decoration: underline; background-color: #252c31 } /* Generic.Emph */
.highlight .gr { color: #f0f0f0; background-color: #252c31 } /* Generic.Error */
.highlight .gh { color: #f0f0f0; font-weight: bold; background-color: #252c31 } /* Generic.Heading */
.highlight .gi { color: #f0f0f0; font-weight: bold; background-color: #43820d } /* Generic.Inserted */
.highlight .go { color: #414e58; background-color: #232c31 } /* Generic.Output */
.highlight .gp { color: #f0f0f0; background-color: #252c31 } /* Generic.Prompt */
.highlight .gs { color: #f0f0f0; background-color: #252c31 } /* Generic.Strong */
.highlight .gu { color: #f0f0f0; font-weight: bold; background-color: #252c31 } /* Generic.Subheading */
.highlight .gt { color: #f0f0f0; background-color: #252c31 } /* Generic.Traceback */
.highlight .kc { color: #dda790; background-color: #252c31 } /* Keyword.Constant */
.highlight .kd { color: #dda790; background-color: #252c31 } /* Keyword.Declaration */
.highlight .kn { color: #dda790; background-color: #252c31 } /* Keyword.Namespace */
.highlight .kp { color: #dda790; background-color: #252c31 } /* Keyword.Pseudo */
.highlight .kr { color: #dda790; background-color: #252c31 } /* Keyword.Reserved */
.highlight .kt { color: #b5d8f6; background-color: #252c31 } /* Keyword.Type */
.highlight .ld { color: #f0f0f0; background-color: #252c31 } /* Literal.Date */
.highlight .m { color: #3c98d9; background-color: #252c31 } /* Literal.Number */
.highlight .s { color: #8bb664; background-color: #252c31 } /* Literal.String */
.highlight .na { color: #bcdbff; background-color: #252c31 } /* Name.Attribute */
.highlight .nb { color: #f0f0f0; background-color: #252c31 } /* Name.Builtin */
.highlight .nc { color: #f0f0f0; background-color: #252c31 } /* Name.Class */
.highlight .no { color: #3c98d9; background-color: #252c31 } /* Name.Constant */
.highlight .nd { color: #f0f0f0; background-color: #252c31 } /* Name.Decorator */
.highlight .ni { color: #f0f0f0; background-color: #252c31 } /* Name.Entity */
.highlight .ne { color: #f0f0f0; background-color: #252c31 } /* Name.Exception */
.highlight .nf { color: #bcdbff; background-color: #252c31 } /* Name.Function */
.highlight .nl { color: #8bb664; background-color: #252c31 } /* Name.Label */
.highlight .nn { color: #f0f0f0; background-color: #252c31 } /* Name.Namespace */
.highlight .nx { color: #f0f0f0; background-color: #252c31 } /* Name.Other */
.highlight .py { color: #f0f0f0; background-color: #252c31 } /* Name.Property */
.highlight .nt { color: #dda790; background-color: #252c31 } /* Name.Tag */
.highlight .nv { color: #99cf50; background-color: #252c31 } /* Name.Variable */
.highlight .ow { color: #dda790; background-color: #252c31 } /* Operator.Word */
.highlight .w { color: #f0f0f0; background-color: #252c31 } /* Text.Whitespace */
.highlight .mf { color: #3c98d9; background-color: #252c31 } /* Literal.Number.Float */
.highlight .mh { color: #3c98d9; background-color: #252c31 } /* Literal.Number.Hex */
.highlight .mi { color: #3c98d9; background-color: #252c31 } /* Literal.Number.Integer */
.highlight .mo { color: #3c98d9; background-color: #252c31 } /* Literal.Number.Oct */
.highlight .sb { color: #8bb664; background-color: #252c31 } /* Literal.String.Backtick */
.highlight .sc { color: #8bb664; background-color: #252c31 } /* Literal.String.Char */
.highlight .sd { color: #8bb664; background-color: #252c31 } /* Literal.String.Doc */
.highlight .s2 { color: #8bb664; background-color: #252c31 } /* Literal.String.Double */
.highlight .se { color: #8bb664; background-color: #252c31 } /* Literal.String.Escape */
.highlight .sh { color: #8bb664; background-color: #252c31 } /* Literal.String.Heredoc */
.highlight .si { color: #8bb664; background-color: #252c31 } /* Literal.String.Interpol */
.highlight .sx { color: #8bb664; background-color: #252c31 } /* Literal.String.Other */
.highlight .sr { color: #8bb664; background-color: #252c31 } /* Literal.String.Regex */
.highlight .s1 { color: #8bb664; background-color: #252c31 } /* Literal.String.Single */
.highlight .ss { color: #8bb664; background-color: #252c31 } /* Literal.String.Symbol */
.highlight .bp { color: #f0f0f0; background-color: #252c31 } /* Name.Builtin.Pseudo */
.highlight .vc { color: #99cf50; background-color: #252c31 } /* Name.Variable.Class */
.highlight .vg { color: #99cf50; background-color: #252c31 } /* Name.Variable.Global */
.highlight .vi { color: #99cf50; background-color: #252c31 } /* Name.Variable.Instance */
.highlight .il { color: #3c98d9; background-color: #252c31 } /* Literal.Number.Integer.Long */
