Set fallback colour when gradient is not supported

This commit is contained in:
Yash Karandikar 2022-04-09 22:03:55 -05:00
parent eaa68b12b2
commit 6305fcc03b
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
body {
font-family: 'Ubuntu', sans-serif;
background-color: #003B6F; // Fallback
background: linear-gradient(180deg, #003B6F, black);
color: white;
background-repeat: no-repeat;