writing: tweak typography
This commit is contained in:
parent
15bccc698e
commit
a01cf8200f
@ -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>
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user