links in page-content are no longer monospace

This commit is contained in:
Eorn 2020-04-25 11:54:03 +02:00
parent 40505c40f4
commit caaf7fa878
2 changed files with 3 additions and 3 deletions

View file

@ -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>

View file

@ -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;
} }