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>