fixed dashboard readability

This commit is contained in:
Deepak Singh Gusain 2022-01-13 15:03:18 +05:30
parent 9e9dacfa4e
commit ced5b4f1ae
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ $btn-primary-bg: #0041FF;
$btn-danger-bg: red;
// Cards
$card-title: #a2a2a2;
$card-title: #3a3a3a;
$card-background: $white;
// Dashboard

View File

@ -71,11 +71,11 @@
margin-top: 10px;
.name {
color: rgba(255,255,255,0.8);
color: #3a3a3a;
}
.info {
color: rgba(255,255,255,0.8);
color: #3a3a3a;
margin-top: 5px;
}
}