@import "theme-relearn-dark.css";

/* 
    Add your custom style here based on the existing relearn dark theme.
    See: https://mcshelby.github.io/hugo-theme-relearn/basics/branding/index.html
    Is only an example till now. Do not actually use this theme..

    Known issues:
    - `:root { --CODE-theme: jodoc-dark; }` causes error (on Cloudflare server): "Die Ressource von "https://jodoc.pages.dev/css/theme-jodoc-dark.css?1727734422" wurde wegen eines MIME-Typ-Konfliktes ("") blockiert (X-Content-Type-Options: nosniff)."
*/

:root { 
    --CODE-theme: relearn-dark; /* required. Why? */
}

/* Tag from /themes/relearn/static/css/theme.css */
body:not(.print) #R-body-inner.narrow p {
    font-size: 1.1rem; /* default: 1.2rem */
    text-align: left; /* default: justify */
}

.pre-code { background-color: #2b2b2b !important; } /* Unfortunately, bg color of .bg is ignored, so this needs to be used. */