From 6a7a33bde201bc1589a970fc176ce55b3c488e96 Mon Sep 17 00:00:00 2001 From: Anthony Dumas Date: Sun, 4 Oct 2020 00:42:18 +0200 Subject: [PATCH] =?UTF-8?q?Retirer=20le=20box-shadow=20autour=20du=20png?= =?UTF-8?q?=20d'avatar=20>=20En=20mode=20nuit,=20le=20fait=20d'avoir=20deu?= =?UTF-8?q?x=20couleurs=20diff=C3=A9rentes=20n'=C3=A9tait=20pas=20tr=C3=A8?= =?UTF-8?q?s=20joli?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _sass/dark-theme.scss | 6 +++++- css/main.css | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/_sass/dark-theme.scss b/_sass/dark-theme.scss index 9883a8c..415b5eb 100644 --- a/_sass/dark-theme.scss +++ b/_sass/dark-theme.scss @@ -57,7 +57,11 @@ } #photoProfil { - background-color: darken(#5c9ead, 30%); + background-color: darken(#5c9ead, 35%); + } + + #photosAndButtons .card{ + box-shadow: unset; } } \ No newline at end of file diff --git a/css/main.css b/css/main.css index 8afb14f..9b1e784 100644 --- a/css/main.css +++ b/css/main.css @@ -7102,4 +7102,6 @@ footer small { p { color: white; } #photoProfil { - background-color: #25444b; } } + background-color: #1d343a; } + #photosAndButtons .card { + box-shadow: unset; } }