From a53d74be1c249234fe428477f9980db1f0c59958 Mon Sep 17 00:00:00 2001 From: fred_the_tech_writer <69817454+fschillingeriv@users.noreply.github.com> Date: Tue, 12 Oct 2021 15:23:49 -0400 Subject: [PATCH] Subscribe to Release Notes (#768) * Release Notes subscription button * fix --- _articles/getting-started/releasenotes.md | 22 +++++++++++++++++++++- _scss/_article.scss | 4 ++++ 2 files changed, 25 insertions(+), 1 deletion(-) 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; +}