WIP cleanup styles dunno

This commit is contained in:
Ben Visness 2024-05-13 19:00:09 -05:00
parent b1b97e760e
commit 7e01dae78e
3 changed files with 34 additions and 11 deletions

View File

@ -7242,15 +7242,26 @@ a.external::after,
content: " 1";
vertical-align: middle;
}
b,
strong {
font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: inherit;
margin: 0;
line-height: 1;
font-weight: 500;
}
code,
pre,
.mono {
font-family: "Fira Mono", monospace;
}
b,
strong {
font-weight: 500;
}
.bg--main {
background-color: var(--main-background-color);
}

View File

@ -31,17 +31,29 @@ a,
}
}
b,
strong {
font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: inherit;
margin: 0;
line-height: 1;
font-weight: 500;
}
code,
pre,
.mono {
font-family: "Fira Mono", monospace;
}
b,
strong {
font-weight: 500;
}
/* Utility */
.bg--main {

View File

@ -27,8 +27,8 @@
<img class="br3" src="{{ .ImageUrl }}">
</div>
<div class="ph3-ns w-100 overflow-hidden">
<a href="{{ .Url }}"><h3 class="f4">Episode {{ .EpisodeNumber }}: {{ .Title }}</h3></a>
<div class="p-spaced">{{ .DescriptionHtml }}</div>
<a href="{{ .Url }}"><h3 class="f4 mb3">Episode {{ .EpisodeNumber }}: {{ .Title }}</h3></a>
<div class="post-content">{{ .DescriptionHtml }}</div>
</div>
</li>
{{ end }}