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:
Simon 2020-11-26 21:32:42 +01:00
parent 76336cc3a7
commit adad53fb6a
1 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ body
background: $orange background: $orange
width: 35% width: 35%
padding: 20px padding: 20px
color: white color: black
background-image: url(/icons/horloge.svg) background-image: url(/icons/horloge.svg)
background-repeat: no-repeat background-repeat: no-repeat
background-position: center -50px background-position: center -50px
@ -117,7 +117,7 @@ body
margin-bottom: 0 margin-bottom: 0
a a
color: white color: black
.news .news
aside h2 aside h2
text-align: center text-align: center