Compare commits
No commits in common. "31d30154df78a2dc5581047c4a80d61b2f3445c7" and "999a20534d6c3f8589745c042c3b3351d14feb23" have entirely different histories.
31d30154df
...
999a20534d
|
@ -1,8 +1,6 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,minimum-scale=1">
|
||||
<meta name="githash" content="{{ .Page.GitInfo.Hash }}">
|
||||
<meta name="gitdate" content="{{ .Page.GitInfo.CommitDate }}">
|
||||
<meta name="gitmsg" content="{{ .Page.GitInfo.Subject }}">
|
||||
|
||||
|
||||
{{ $title := .Site.Title -}}
|
||||
{{ if .Params.Title -}}
|
||||
|
@ -84,11 +82,9 @@
|
|||
}
|
||||
</style>
|
||||
|
||||
<link rel="preload" as="style" href="{{ "lib/icofont/icofont.min.css" | relURL }}" />
|
||||
<link rel="preload" as="style" href="{{ "css/syntax.css" | relURL }}" />
|
||||
<link rel="preload" as="style" href="{{ "css/style.css" | relURL }}" />
|
||||
|
||||
|
||||
<link rel="preload" as="stlesheet" href="{{ "lib/icofont/icofont.min.css" | relURL }}" />
|
||||
<link rel="preload" as="stlesheet" href="{{ "css/syntax.css" | relURL }}" />
|
||||
<link rel="preload" as="stlesheet" href="{{ "css/style.css" | relURL }}" />
|
||||
|
||||
<script src="/js/jquery-3.7.1.min.js"></script>
|
||||
<script src="/js/href_handling.js"></script>
|
||||
|
|
|
@ -536,7 +536,7 @@ a.external:after {
|
|||
}
|
||||
|
||||
.side a {
|
||||
color: var(--color-dark-fg-font-hyper-hover);
|
||||
color: var(--color-fg-font-normal);
|
||||
text-decoration: none;
|
||||
}
|
||||
.side a:hover {
|
||||
|
|
Loading…
Reference in New Issue