Fix de la couleur de la bordure des images
This commit is contained in:
parent
87e0d82593
commit
ac819619b4
1 changed files with 5 additions and 0 deletions
|
@ -268,6 +268,11 @@ footer {
|
||||||
max-width: calc(100vw - 2rem);
|
max-width: calc(100vw - 2rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Image border must be pure white */
|
||||||
|
figure img {
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
|
||||||
/* Boxes colors */
|
/* Boxes colors */
|
||||||
html {
|
html {
|
||||||
background-color: #808080;
|
background-color: #808080;
|
||||||
|
|
Loading…
Add table
Reference in a new issue