Fix app card background color

This commit is contained in:
Andrew Kingston 2021-04-27 13:16:58 +01:00
parent e89c51deef
commit ed31b763f9
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;