From 2a5e987aea9960d909ddb476ccd5f95da414b501 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Mon, 16 Sep 2019 15:21:27 +0530 Subject: Modify background image on home page --- static/website/bootstrap-css/assets/css/main.css | 2 +- .../assets/images/backgrounds/header.jpg | Bin 1195325 -> 12141757 bytes .../assets/images/backgrounds/header1.jpg | Bin 736312 -> 0 bytes 3 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 static/website/bootstrap-css/assets/images/backgrounds/header1.jpg (limited to 'static/website/bootstrap-css') diff --git a/static/website/bootstrap-css/assets/css/main.css b/static/website/bootstrap-css/assets/css/main.css index 2184ff2..ff52f93 100644 --- a/static/website/bootstrap-css/assets/css/main.css +++ b/static/website/bootstrap-css/assets/css/main.css @@ -398,7 +398,7 @@ background-color: #552505; right: 0; bottom: 0; left: 0; - background-color: rgba(0, 0, 0, 0.5); + background-color: rgba(0, 0, 0, 0.4); } .site-header .intro { color: #fff; diff --git a/static/website/bootstrap-css/assets/images/backgrounds/header.jpg b/static/website/bootstrap-css/assets/images/backgrounds/header.jpg index 8facd28..8508d55 100644 Binary files a/static/website/bootstrap-css/assets/images/backgrounds/header.jpg and b/static/website/bootstrap-css/assets/images/backgrounds/header.jpg differ diff --git a/static/website/bootstrap-css/assets/images/backgrounds/header1.jpg b/static/website/bootstrap-css/assets/images/backgrounds/header1.jpg deleted file mode 100644 index 0a6c1b6..0000000 Binary files a/static/website/bootstrap-css/assets/images/backgrounds/header1.jpg and /dev/null differ -- cgit