Feature/remove intro image in dark mode (#1420)

* Remove intro image in dark mode

* Update changelog
pull/1421/head
Thomas Kaul 2 years ago committed by GitHub
parent 832ae063df
commit c8a2579624
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Changed
- Removed the intro image in dark mode
## 1.208.0 - 03.11.2022
### Added

@ -114,9 +114,7 @@
}
.outro-inner-container {
div {
background-image: url('/assets/intro-dark.jpg') !important;
}
display: none;
}
.video {

@ -32,8 +32,6 @@
}
.intro-container {
.intro {
background-image: url('/assets/intro-dark.jpg') !important;
}
display: none;
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 152 KiB

Loading…
Cancel
Save