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

@@ -38,7 +38,7 @@ limitations under the License.
max-height: 225px;
border-radius: 24px;
overflow: hidden;
background-color: #444;
background-color: var(--bgColor3);
margin: 40px 20px 20px 20px;
}