add rippled color code

This commit is contained in:
Phu Pham
2023-05-02 14:47:58 -04:00
parent f83076bbb8
commit 05837a7404
2 changed files with 10 additions and 2 deletions

View File

@@ -106,6 +106,14 @@
text-decoration: none;
}
code {
color: $green-600;
background-color: $green-1000;
border-radius: 4px;
padding-left: 4px;
padding-right: 4px;
}
.card-icon-container {
width: 50px;
height: 50px;