diff --git a/src/app/dashboard/dashboard.component.css b/src/app/dashboard/dashboard.component.css index bf73a994..9754b3b6 100644 --- a/src/app/dashboard/dashboard.component.css +++ b/src/app/dashboard/dashboard.component.css @@ -77,12 +77,17 @@ tbody tr:hover { } .stats-body { - color: #316d94; padding-top: 0px; padding-bottom: 0px; padding-right: 0px; + } .stats { margin-bottom: 20px; } + +.card-title { + font-weight: 600; + color: #4b7cf3; +} diff --git a/src/app/item-detail/item-detail.component.html b/src/app/item-detail/item-detail.component.html index dd1858d9..89498411 100644 --- a/src/app/item-detail/item-detail.component.html +++ b/src/app/item-detail/item-detail.component.html @@ -79,7 +79,7 @@