change blue color on all the app

This commit is contained in:
kara Diaby 2021-09-20 15:04:24 +02:00
parent 99cfd4f42c
commit 1f2935719c
21 changed files with 47 additions and 47 deletions

View file

@ -21,10 +21,10 @@
}
&.featured {
border-top: 8px solid $blue;
border-top: 8px solid $blue-france-500;
.card-title {
color: $blue;
color: $blue-france-500;
}
}