add dark theme
This commit is contained in:
parent
f7e956b2c2
commit
1fb80d0674
3 changed files with 41 additions and 5 deletions
|
@ -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%);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue