add support for approx dates

This commit is contained in:
Rhiannon Morris 2020-09-25 23:08:44 +02:00
parent 1cfb65eae9
commit 8d4ff29e56
8 changed files with 141 additions and 65 deletions

View file

@ -135,6 +135,8 @@ figcaption .date, figcaption .title {
figcaption .date { top: -1px; left: -1px; }
figcaption .title { bottom: -1px; left: -1px; }
.date { text-transform: lowercase; }
.year-marker {
grid-area: auto / 1;
padding: var(--border-thickness);

View file

@ -100,6 +100,8 @@ body {
content: url(../18_plus.svg);
}
#date { text-transform: lowercase; }
#info {
max-width: 80%;
margin: auto;
@ -149,6 +151,10 @@ body {
grid-area: auto / 2;
}
#updates .q {
font-weight: 500;
}
.updated {
font-size: 90%;
font-style: italic;