mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-02 10:15:11 +00:00
fix white flash on reload
This commit is contained in:
parent
9e5f82c7ae
commit
10e8977510
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
// component specific styling should go in the component scss file
|
// component specific styling should go in the component scss file
|
||||||
|
|
||||||
html {
|
html {
|
||||||
background-color: $lbry-white;
|
background-color: $lbry-teal-5;
|
||||||
font-family: 'Inter UI', sans-serif;
|
font-family: 'Inter UI', sans-serif;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue