Utilisation d'un png au lieu de plusieurs images

> Permet d'éviter d'avoir plusieurs images inutiles
This commit is contained in:
2019-12-26 15:41:26 +01:00
parent 06ae35500b
commit c0910f319a
6 changed files with 15 additions and 26 deletions

View File

@@ -7065,7 +7065,9 @@ label.panel-block {
border-width: 4px;
color: white; }
p {
color: white; } }
color: white; }
#photoProfil {
background-color: #25444b; } }
#idCard .hero-body {
padding-bottom: 2rem;
@@ -7115,11 +7117,5 @@ section#contact .button {
footer small {
color: #ffffff; }
#photoProfil.dark {
display: none; }
@media (prefers-color-scheme: dark) {
#photoProfil.dark {
display: block; }
#photoProfil.light {
display: none; } }
#photoProfil {
background-color: lightgray; }