Fixes d'affichage

changement css à l'affichage des liens de base et des liens particuliers
Retrait du bg sur le message de confirmation de admin-upload.gohtml
This commit is contained in:
Alexel 2023-10-30 15:30:37 -04:00
parent 0ca4fd9750
commit 9a23995692
5 changed files with 14 additions and 11 deletions

View file

@ -96,7 +96,6 @@
text-align: center;
margin: 10px;
padding: 5px;
background-color: #C4C4C4;
}
@media screen and (min-width: 768px) {

View file

@ -42,4 +42,5 @@
.documentationLien {
height: inherit;
width: inherit;
color: #000;
}

View file

@ -21,6 +21,11 @@ ul {
margin: 0;
}
a {
color: #FF563C;
text-decoration: none;
}
.wrapper {
max-width: 375px;
width: calc(100% - var(5px));

View file

@ -15,14 +15,12 @@
padding: 5px;
}
a {
.headerMenuElementLink {
color: #000;
text-decoration: none;
}
a:visited {
.headerMenuElementLink:visited {
color: #000;
text-decoration: none;
}
.headerMenu {