Add theming support

This commit is contained in:
Robert Long
2021-11-17 17:52:31 -08:00
parent 3df1f89f06
commit 10a8433ccf
8 changed files with 34 additions and 17 deletions

View File

@@ -13,11 +13,11 @@
}
.modal {
color: white;
color: var(--textColor1);
border-radius: 8px;
padding: 25px 60px;
max-width: 400px;
background-color: #21262c;
background-color: var(--bgColor2);
flex: 1;
margin-bottom: 20px;
}