~magic_rb/website

8b29ba85f5378315cb70aa874aaee2c072f24fdb — Magic_RB 2 years ago 8293eec
Fix some link CSS issues and set charset

Signed-off-by: Magic_RB <magic_rb@redalder.org>
2 files changed, 5 insertions(+), 3 deletions(-)

M assets/css/style.css
M templates/head.html
M assets/css/style.css => assets/css/style.css +2 -2
@@ 72,8 72,8 @@ pre {
    line-height: 1.75em;
}

#content :is(h1, h2, h3, h4, h5, h6) a {
    text-decoration: none;
#content a {
    text-decoration: underline;
    color: black;
}


M templates/head.html => templates/head.html +3 -1
@@ 1,8 1,10 @@
<head>
    <title>{{title}}</title>

    <link rel="stylesheet" href="/css/style.css"/>
    <meta charset="UTF-8">

    <link rel="stylesheet" href="/css/org.css"/>
    <link rel="stylesheet" href="/css/style.css"/>

    <link rel="icon" href="/icons/favicon-512x512.png" type="image/png" sizes="512x512"> 
</head>