Fix app card background color

This commit is contained in:
Andrew Kingston 2021-04-27 13:16:58 +01:00
parent c72a65bc5f
commit f2dd930478
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
<style>
.apps-card {
background-color: var(--background-alt);
background-color: var(--background);
padding: var(--spacing-xl) var(--spacing-xl) var(--spacing-xl)
var(--spacing-xl);
max-width: 300px;