1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-08-25 23:03:07 +02:00

Merge pull request #1538 from bitwarden/hotfix/app-root-background

Resolve login page having wrong background
This commit is contained in:
Chad Scharf 2021-01-16 16:40:10 -05:00 committed by GitHub
commit 75a3c26ea6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -342,6 +342,9 @@ app-root {
width: 100%;
height: 100%;
z-index: 980;
@include themify($themes) {
background-color: themed('backgroundColor');
}
}
content {