From 6305fcc03b8b55ee3196d332e4bcf3be17f958c5 Mon Sep 17 00:00:00 2001 From: Yash Karandikar Date: Sat, 9 Apr 2022 22:03:55 -0500 Subject: [PATCH] Set fallback colour when gradient is not supported --- sass/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/sass/style.scss b/sass/style.scss index 248cc1e..cb16d59 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -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;