/* This file is used to style the Juvix codeblock footer. */
code.juvix::after {
    font-family: var(--md-code-font-family);
    content: "Juvix v0.6.10";
    font-size: 11px;
    color: var(--md-juvix-codeblock-footer);
    position: absolute;
    top: 2.5ex;
    right: 3.5em;
}