diff --git a/_articles/getting-started/releasenotes.md b/_articles/getting-started/releasenotes.md index 461d9c2a..895f68fd 100644 --- a/_articles/getting-started/releasenotes.md +++ b/_articles/getting-started/releasenotes.md @@ -23,7 +23,27 @@ Bitwarden believes source code transparency is an absolute requirement for secur **Dates on this page represent Cloud Server and Web releases.** Bitwarden incrementally updates each client application (Desktop, Browser Extension, Mobile, etc.) and for self-hosted servers following the initial release date to ensure feature efficacy and stability. As a result, client applications and self-hosted servers should expect listed features following the initial release. -To be notified of Release Announcements, subscribe to the [Bitwarden Status RSS Feed](https://status.bitwarden.com/){:target="\_blank"}. +{% callout success %} +Want Release Announcements delivered straight to your inbox? + + + +
+ +Or subscribe to the [Bitwarden Status RSS Feed](https://status.bitwarden.com/){:target="\_blank"}. +{% endcallout %} ## 2021-09-21 diff --git a/_scss/_article.scss b/_scss/_article.scss index 45a1b33d..27d35538 100644 --- a/_scss/_article.scss +++ b/_scss/_article.scss @@ -154,3 +154,7 @@ } } } + +.modal-backdrop { + background-color: rgba(0,0,0,.5) !important; +}