mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-28 12:45:45 +01:00
Merge pull request #1538 from bitwarden/hotfix/app-root-background
Resolve login page having wrong background
This commit is contained in:
commit
75a3c26ea6
@ -342,6 +342,9 @@ app-root {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 980;
|
||||
@include themify($themes) {
|
||||
background-color: themed('backgroundColor');
|
||||
}
|
||||
}
|
||||
|
||||
content {
|
||||
|
Loading…
Reference in New Issue
Block a user