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

@ -22,6 +22,6 @@
%outline {
&:active:not(:disabled),
&:focus {
outline: 3px solid $blue;
outline: 3px solid $blue-france-500;
}
}