Changed to Hack font
This commit is contained in:
parent
cc813c7a52
commit
c1cfadafcd
|
@ -1,6 +1,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/hack-font/3.3.0/web/hack.min.css">
|
||||||
<link rel="stylesheet" type="text/css" href="/css/style.css">
|
<link rel="stylesheet" type="text/css" href="/css/style.css">
|
||||||
<link rel="stylesheet" type="text/css" href="/css/highlight.css">
|
<link rel="stylesheet" type="text/css" href="/css/highlight.css">
|
||||||
{{ $title := print .Site.Title " | " .Title }}
|
{{ $title := print .Site.Title " | " .Title }}
|
||||||
|
|
|
@ -4,10 +4,12 @@ body {
|
||||||
margin: 1em;
|
margin: 1em;
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
margin: 1em auto 0;
|
margin: 1em auto 0;
|
||||||
|
font-family: Hack, monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #00a7af;
|
color: #00a7af;
|
||||||
|
padding: 0.1em;
|
||||||
}
|
}
|
||||||
a:visited {
|
a:visited {
|
||||||
color: #005f87;
|
color: #005f87;
|
||||||
|
@ -15,6 +17,7 @@ a:visited {
|
||||||
a:hover {
|
a:hover {
|
||||||
background-color: #00a7af;
|
background-color: #00a7af;
|
||||||
color: #1d2021;
|
color: #1d2021;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
|
@ -39,7 +42,7 @@ a:hover {
|
||||||
}
|
}
|
||||||
#banner .current-page {
|
#banner .current-page {
|
||||||
color: #ffaf00;
|
color: #ffaf00;
|
||||||
padding: 0 5px;
|
padding-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav {
|
#nav {
|
||||||
|
|
Loading…
Reference in a new issue