From 6e15ab27b2d77d6ab0006a41c98523ce2ccb1996 Mon Sep 17 00:00:00 2001 From: Arya Salian Date: Wed, 11 Sep 2024 17:52:13 -0400 Subject: [PATCH] stars added --- static/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index e1a0f2d..5089ca4 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -643,7 +643,7 @@ nav ul a:hover::before { /* About */ .about { - background: #0A0058; + background: #0A0058 url("/static/assets/images/dolly-zoom-space-art/Stars transparent.svg") no-repeat center; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; @@ -823,7 +823,7 @@ nav ul a:hover::before { /* FAQ */ .faq { - background: #4017D8; + background: #4017D8 url("/static/assets/images/dolly-zoom-space-art/Stars transparent.svg") no-repeat center; background-size: contain; -webkit-background-size: contain; -moz-background-size: contain;