bg colors for light mode

This commit is contained in:
Phu Pham
2023-05-15 16:33:22 -04:00
parent e43cf7ffaa
commit cc5ffa7c90
3 changed files with 11 additions and 4 deletions

View File

@@ -983,4 +983,14 @@ $placeholder-color: $gray-600;
}
.tutorial-card-grid {
code {
background-color: $green-100;
}
.card-icon-container {
background: $gray-300;
}
}