writing: tweak typography
This commit is contained in:
parent
15bccc698e
commit
a01cf8200f
@ -13,7 +13,7 @@
|
||||
<div class="acc-panel">
|
||||
<div class="acc-panel-content">
|
||||
{{ 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 }}
|
||||
</div>
|
||||
</div>
|
@ -21,10 +21,13 @@
|
||||
|
||||
.acc-panel p{
|
||||
padding-bottom: 8px;
|
||||
font-weight: 400;
|
||||
font-size: 18px;
|
||||
}
|
||||
.acc-panel a {
|
||||
color: #0C84DC;
|
||||
text-decoration: underline;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
#writing-page .thead {
|
||||
|
Loading…
Reference in New Issue
Block a user