diff --git a/assets/img/astronaut.png b/assets/img/astronaut.png new file mode 100644 index 0000000..9ba6609 Binary files /dev/null and b/assets/img/astronaut.png differ diff --git a/assets/img/astronaut_beach.png b/assets/img/astronaut_beach.png new file mode 100644 index 0000000..67d74bd Binary files /dev/null and b/assets/img/astronaut_beach.png differ diff --git a/assets/img/astronaut_beach2.png b/assets/img/astronaut_beach2.png new file mode 100644 index 0000000..343682e Binary files /dev/null and b/assets/img/astronaut_beach2.png differ diff --git a/assets/img/astronaut_beach4.png b/assets/img/astronaut_beach4.png new file mode 100644 index 0000000..b72f2c7 Binary files /dev/null and b/assets/img/astronaut_beach4.png differ diff --git a/assets/img/astronaut_beach5.png b/assets/img/astronaut_beach5.png new file mode 100644 index 0000000..ec3813f Binary files /dev/null and b/assets/img/astronaut_beach5.png differ diff --git a/assets/img/astronaut_beach6.png b/assets/img/astronaut_beach6.png new file mode 100644 index 0000000..b646a7c Binary files /dev/null and b/assets/img/astronaut_beach6.png differ diff --git a/assets/style/style.css b/assets/style/style.css index 7d8c51e..dbe762b 100644 --- a/assets/style/style.css +++ b/assets/style/style.css @@ -11,7 +11,7 @@ --accent-1: #8d0081; --accent-2:#00FFFF; --content-spacing:5px; - --background-img:url('../img/space-2.png'); + --background-img:url('../img/astronaut_beach6.png'); --banner:url('../img/xbazzi_logo2.png'); --banner-footer: url('../img/title-bars-win95.png'); --titleBars:url('../img/title-bars-win95.png'); @@ -26,13 +26,14 @@ html, body { + background-color: rgba(0, 0, 0, 0.35); margin: 0; box-sizing: border-box; font-family: "Times New Roman", Times, serif; } body { - background-color: black; + /*background-color: black;*/ color: var(--text-color); background-attachment: scroll; z-index: 1; @@ -109,9 +110,10 @@ body::before { bottom: 0; content: ''; background-image: var(--background-img); + background-color: black; background-size: 100% 100%; /* Ensure the image covers the entire element */ background-repeat: no-repeat; /* Prevent the image from repeating */ - opacity: 0.8; /* Adjust the transparency */ + opacity: 0.9; /* Adjust the transparency */ z-index: -1; } @@ -174,7 +176,7 @@ aside { } .wrapper { - opacity: 0.9; + opacity: 1; } main { diff --git a/changelog.md b/changelog.md index ec31a5e..0f0b910 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,10 @@ All notable changes to this site will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and the versioning is consistent with [Semantic Versioning](https://semver.org/). +## [0.7.1] - 2024-07-03 +### Changed +- Modified background picture to something more realistic. + ## [0.7.0] - 2024-07-03 ### Changed - Modified text in index, homenetwork, and website pages.