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:
Anthony Dumas 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;
}
}

View File

@ -7102,4 +7102,6 @@ footer small {
p {
color: white; }
#photoProfil {
background-color: #25444b; } }
background-color: #1d343a; }
#photosAndButtons .card {
box-shadow: unset; } }