Fix gradient background on WebKit

This commit is contained in:
2022-06-03 20:10:29 +03:00
parent 55cfc1bab6
commit 60005a95e2
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ section.main {
align-items: center;
width: 80%;
max-width: 1000px;
background-image: linear-gradient(to top, rgba(255, 0, 0, 0), #d5caf2);
background-image: linear-gradient(to top, rgba(255, 255, 255 0), #d5caf2);
text-align: center;
border-radius: 3px 3px 0px 0px;