Merge pull request #11 from ricardogj08/fixcolor

[Arreglar] Color de fondo para Firefox
This commit is contained in:
Juan Ramirez 2022-03-09 17:28:49 -06:00 committed by GitHub
commit a32c19429c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -40,6 +40,14 @@ body {
opacity: 0.8;
}
@-moz-document url-prefix() {
body {
background-blend-mode: none;
background: rgb(192,179,214);
background: linear-gradient(0deg, rgba(192,179,214,1) 0%, rgba(166,177,212,1) 100%);
} /* Firefox */
}
/* Contenedor */
.wrapper {