Fix some link CSS issues and set charset

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2022-01-08 01:16:15 +01:00
parent 8293eec82f
commit 8b29ba85f5
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E
2 changed files with 5 additions and 3 deletions

View file

@ -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;
}

View file

@ -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>