mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 19:23:52 +00:00
[PM-1898] Change desktop reload to forcefullyCrashRenderer (#5813)
Co-authored-by: Daniel James Smith <djsmith@web.de>
This commit is contained in:
@@ -16,7 +16,10 @@ body {
|
||||
|
||||
body {
|
||||
color: $text-color;
|
||||
background-color: $background-color-alt2;
|
||||
|
||||
// We initially rely on electron to provide the appropiate background color.
|
||||
// This ensures the background color while reloading is correct to avoid a jarring missmatch.
|
||||
background-color: transparent;
|
||||
|
||||
@include themify($themes) {
|
||||
color: themed("textColor");
|
||||
|
||||
Reference in New Issue
Block a user