Figma redesign #13

Merged
pau merged 47 commits from staging into main 2023-01-09 21:46:18 +00:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit a01cf8200f - Show all commits

View File

@ -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>

View File

@ -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 {