1
0
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:
Oscar Hinton
2023-07-14 13:10:40 +02:00
committed by GitHub
parent 62575336d5
commit 61d5b2df9c
5 changed files with 54 additions and 5 deletions

View File

@@ -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");