/*  Copyright (C) 2025 Florian Guthmann

    Author: Florian Guthmann <florian.guthmann@fau.de>

    This file is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This file is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
*/

@import url("../base.css");

html {
    background-image: url("/~oc45ujef/.img/me2_nobg.png"), url("/~oc45ujef/.img/me2_nobg.png"), url("/~oc45ujef/.img/me2_nobg.png"), url("/~oc45ujef/.img/me2_nobg.png");
    background-position: 0 0, 1.2rem 5rem, -19px 41px, 58px -12px;
    background-size: 8rem;
    background-repeat: round;
}

body {
    counter-reset: footnotes;
    border-radius: var(--corners);
    max-width: 60vw;
}

.fn-l {
    counter-increment: footnotes;
}

.fn-l::after {
    content: '[' counter(footnotes) ']';
}

footer {
    margin-top: 5rem;
    padding: 1rem;
    border-radius: var(--corners) var(--corners) 0 0;
    background: var(--bg-alt);
}

:target {
    border-radius: var(--corners);
    background-color: var(--bg-accent);
}
