1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00: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

View File

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