diff --git a/CHANGELOG b/CHANGELOG index cb4ac45..1c24f8e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -34,9 +34,9 @@ Check [Keep a Changelog](https://keepachangelog.com/pt-BR/1.0.0/) for recommenda ### Added - Content not changed `index.html` -## [0.3.4] - 2023-12-15 +## [0.3.4, 0.4.5] - 2023-12-15 ### Added -- Background `public/assets/background.svg` +- Background `public/assets/background.jpeg` - Full white logo `public/assets/logo-icon-full-white.svg` ### Changed - Logo colored `public/assets/logo-icon.svg` @@ -45,3 +45,8 @@ Check [Keep a Changelog](https://keepachangelog.com/pt-BR/1.0.0/) for recommenda - Add `.temp` in `.gitignore` - Add `.html` in `.editorconfig` - Restructuring the logo image in `index.html` +--- +### Removed +- `public/assets/background.jpg` +### Added +- Content not changed `public/assets/background.jpeg` diff --git a/public/assets/background.jpg b/public/assets/background.jpeg similarity index 100% rename from public/assets/background.jpg rename to public/assets/background.jpeg diff --git a/src/styles.css b/src/styles.css index 7964a92..6d511b9 100644 --- a/src/styles.css +++ b/src/styles.css @@ -34,7 +34,7 @@ body { width: 100vw; height: 100vh; - background-image: url("/public/assets/background.jpg"); + background-image: url("/public/assets/background.jpeg"); background-position: center; background-repeat: no-repeat; background-size: cover;