Не могли бы вы, пожалуйста, уточнить, чтобы избавиться от этого lo go?
Пользовательского CSS кода, который я использую:
@-moz-document url(about:home),
url(about:newtab),
url(about:privatebrowsing) {
.home .header-logo {
display: none;
}
.click-target-container *,
.top-sites-list * {
color: #fff !important;
text-shadow: 2px 2px 2px #222 !important;
}
body::before {
content: "";
z-index: -1;
position: fixed;
top: 0;
left: 0;
background: #f9a no-repeat url(img/uroboros.jpg) center;
background-size: cover;
width: 100vw;
height: 100vh;
}
}