writing: tweak typography
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
desmukh 2022-12-27 12:37:01 +05:00
parent 15bccc698e
commit a01cf8200f
2 changed files with 4 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<div class="acc-panel"> <div class="acc-panel">
<div class="acc-panel-content"> <div class="acc-panel-content">
{{ range where .essays "year" .year }} {{ range where .essays "year" .year }}
<p><a href={{ .url }}><strong>{{ .title }}</strong></a>, {{ .publication }}, {{ .date }}.</p> <p><a href={{ .url }}>{{ .title }}</a>, {{ .publication }}, {{ .date }}.</p>
{{ end }} {{ end }}
</div> </div>
</div> </div>

View File

@ -21,10 +21,13 @@
.acc-panel p{ .acc-panel p{
padding-bottom: 8px; padding-bottom: 8px;
font-weight: 400;
font-size: 18px;
} }
.acc-panel a { .acc-panel a {
color: #0C84DC; color: #0C84DC;
text-decoration: underline; text-decoration: underline;
font-weight: 600;
} }
#writing-page .thead { #writing-page .thead {