mirror of
https://git.sr.ht/~magic_rb/website
synced 2024-11-21 15:54:21 +01:00
Fix some link CSS issues and set charset
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
8293eec82f
commit
8b29ba85f5
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue