Retirer le box-shadow autour du png d'avatar

> En mode nuit, le fait d'avoir deux couleurs différentes n'était pas très joli
This commit is contained in:
2020-10-04 00:42:18 +02:00
parent 2200615d9d
commit 6a7a33bde2
2 changed files with 8 additions and 2 deletions

View File

@@ -57,7 +57,11 @@
}
#photoProfil {
background-color: darken(#5c9ead, 30%);
background-color: darken(#5c9ead, 35%);
}
#photosAndButtons .card{
box-shadow: unset;
}
}