no bold urls

This commit is contained in:
Edgar 2023-11-30 10:47:55 +01:00
parent 157b01be33
commit f7c1ca40d3
No known key found for this signature in database
GPG key ID: 70ADAE8F35904387
2 changed files with 2 additions and 3 deletions

View file

@ -111,7 +111,6 @@ p {
a {
color: $color;
font-weight: bold;
text-underline-offset: 4px;
}
@ -133,7 +132,7 @@ code {
font-family: "JetBrains Mono", "Courier New", monospace;
padding: 2px;
line-height: 1.8;
font-weight:bold;
font-weight: bold;
color: $code;
}

View file

@ -15,7 +15,7 @@
<meta property="twitter:creator" content="@edgluq" />
<meta property="twitter:site" content="@edgluq" />
<title>{% block title %}Home{% endblock %} | Edgar Luque</title>
<link rel="stylesheet" href="/style.css?v=2" />
<link rel="stylesheet" href="/style.css?v=3" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap" rel="stylesheet">