add dark theme

This commit is contained in:
Rhiannon Morris 2020-08-03 19:23:20 +02:00
parent f7e956b2c2
commit 1fb80d0674
3 changed files with 41 additions and 5 deletions

View file

@ -32,7 +32,7 @@ body {
.item:not(.year-marker) {
box-shadow: var(--text-shadow);
border: var(--border-thickness) solid white;
border: var(--border-thickness) solid var(--text-col);
border-radius: 0.5em;
background: hsl(340, 45%, 65%);
}
@ -48,7 +48,7 @@ figcaption {
bottom: -1px;
left: -1px;
width: 100%;
border: 1px solid white;
border: 1px solid var(--text-col);
display: block;
text-align: center;
background: hsl(0, 0%, 0%, 75%);