fix (#45)
This commit is contained in:
parent
596b28e424
commit
3b02612ad4
|
@ -247,7 +247,7 @@ div.ac-wrap {
|
|||
}
|
||||
|
||||
html {
|
||||
body {
|
||||
body:not(.no-ember) {
|
||||
background: linear-gradient(
|
||||
0deg,
|
||||
rgba(var(--primary-rgb), 0.075) 0%,
|
||||
|
@ -268,6 +268,9 @@ html {
|
|||
);
|
||||
clip-path: ellipse(148% 70% at 91% -14%);
|
||||
}
|
||||
body.no-ember .background-container {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
html body #main-outlet {
|
||||
|
|
|
@ -19,7 +19,13 @@ html
|
|||
background-color: transparent;
|
||||
}
|
||||
|
||||
html body #main-outlet .docs {
|
||||
padding: 1em;
|
||||
background-color: var(--secondary);
|
||||
}
|
||||
|
||||
html body.static-tos #main-outlet,
|
||||
html body.no-ember #main-outlet,
|
||||
html body.static-privacy #main-outlet,
|
||||
html body.about-page #main-outlet,
|
||||
html body.static-faq #main-outlet,
|
||||
|
|
Loading…
Reference in New Issue