feat: new dark theme

This commit is contained in:
David Ralph
2021-03-20 16:29:21 +00:00
parent e092c805e8
commit b7656fa951
10 changed files with 58 additions and 82 deletions

View File

@@ -10,8 +10,8 @@
.notescontainer {
padding: 15px;
visibility: hidden;
background-color: #fff;
color: #000;
background-color: var(--background);
color: var(--modal-text);
text-align: center;
border-radius: 12px;
position: absolute;