PUBLISH: Dark mode via settings

This commit is contained in:
Campbell Alden 2022-10-19 00:31:15 +09:00
parent 9eebd5d680
commit 8ea4b817c2
7 changed files with 233 additions and 161 deletions

View file

@ -3,7 +3,7 @@
display: flex;
flex-direction: column;
border-radius: 10px;
background: var(--color-primary);
background: var(--color-secondary-background);
aspect-ratio: 2 / 3;
height: 100%; /* This feels like it shouldn't be necessary */
flex-basis: 280px;