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

@ -13,7 +13,7 @@ body {
width: min-content;
position: relative;
overflow: hidden;
border: 2px solid white;
border: 2px solid var(--text-col);
border-radius: 1em;
box-shadow: var(--text-shadow);
background: hsl(340, 45%, 65%);