feat: Modification de la couleur du texte dans open
La modification est faite pour satisfaire le contrast avec la couleur de l'arrière plan
This commit is contained in:
parent
76336cc3a7
commit
adad53fb6a
|
@ -90,7 +90,7 @@ body
|
|||
background: $orange
|
||||
width: 35%
|
||||
padding: 20px
|
||||
color: white
|
||||
color: black
|
||||
background-image: url(/icons/horloge.svg)
|
||||
background-repeat: no-repeat
|
||||
background-position: center -50px
|
||||
|
@ -117,7 +117,7 @@ body
|
|||
margin-bottom: 0
|
||||
|
||||
a
|
||||
color: white
|
||||
color: black
|
||||
.news
|
||||
aside h2
|
||||
text-align: center
|
||||
|
|
Loading…
Reference in New Issue