mirror of
https://github.com/edg-l/edgarluque.com.git
synced 2024-11-09 09:38:23 +00:00
no bold urls
This commit is contained in:
parent
157b01be33
commit
f7c1ca40d3
|
@ -111,7 +111,6 @@ p {
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: $color;
|
color: $color;
|
||||||
font-weight: bold;
|
|
||||||
text-underline-offset: 4px;
|
text-underline-offset: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -133,7 +132,7 @@ code {
|
||||||
font-family: "JetBrains Mono", "Courier New", monospace;
|
font-family: "JetBrains Mono", "Courier New", monospace;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
line-height: 1.8;
|
line-height: 1.8;
|
||||||
font-weight:bold;
|
font-weight: bold;
|
||||||
color: $code;
|
color: $code;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
<meta property="twitter:creator" content="@edgluq" />
|
<meta property="twitter:creator" content="@edgluq" />
|
||||||
<meta property="twitter:site" content="@edgluq" />
|
<meta property="twitter:site" content="@edgluq" />
|
||||||
<title>{% block title %}Home{% endblock %} | Edgar Luque</title>
|
<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.googleapis.com">
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<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">
|
<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">
|
||||||
|
|
Loading…
Reference in a new issue