Update accessibility issue

Signed-off-by: Adrien Kara <adrien@iglou.eu>
This commit is contained in:
Adrien Kara 2022-02-14 02:17:42 +01:00
parent 4c8af67a8d
commit cb6a15d959
Signed by: adrien
GPG Key ID: 605B69551C56DB62

View File

@ -500,7 +500,7 @@ body {
}
.glob_desc {
color: var(--c-lgray);
color: var(--c-gray);
text-align: center;
}
@ -1006,7 +1006,7 @@ body {
border-radius: 0 var(--b-radius) var(--b-radius) 0;
flex-direction: column;
justify-content: space-evenly;
background-color: var(--c-light);
background-color: var(--c-white);
}
.contact_info__item_content>.link {