links in page-content are no longer monospace
This commit is contained in:
parent
40505c40f4
commit
caaf7fa878
|
@ -26,6 +26,7 @@
|
||||||
<link rel="manifest" href="/site.webmanifest">
|
<link rel="manifest" href="/site.webmanifest">
|
||||||
|
|
||||||
<link rel="canonical" href="{{ .Permalink }}">
|
<link rel="canonical" href="{{ .Permalink }}">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
|
@ -227,12 +227,11 @@ body {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
.page-content a {
|
||||||
color: #53bcdf;
|
color: #53bcdf;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
font-family: "Source Code Pro", monospace;
|
|
||||||
}
|
}
|
||||||
a:hover {
|
.page-content a:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #9de2ff;
|
color: #9de2ff;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue