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