/* Copyright (c) 2026 asaeppel4231, forgejo_admin (same identity)
 * Licensed under the GNU GPLv3.
 * https://www.gnu.org/licenses/gpl-3.0.html
 * ... or look at the LICENSE.md file in this repository for more information.
 */
 
body {
    font-family: sans-serif;
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
    line-height: 1.6;
    color: #222;
    background-color: green;
}
h1 {
    margin-bottom: 20px;
    color: white;
}
h2 {
    margin-top: 30px;
    color: white;
}
a {
    color: darkblue;
}
p {
    color: orange;
}
ul {
    background-color: yellow;
}
li {
    color: black;
}
