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="canonical" href="{{ .Permalink }}">
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
@ -227,12 +227,11 @@ body {
|
|||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
a {
|
||||
.page-content a {
|
||||
color: #53bcdf;
|
||||
text-decoration: underline;
|
||||
font-family: "Source Code Pro", monospace;
|
||||
}
|
||||
a:hover {
|
||||
.page-content a:hover {
|
||||
text-decoration: none;
|
||||
color: #9de2ff;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue