Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 4 additions & 20 deletions src/components/Homepage/homepage.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,8 @@ html[data-has-hydrated="true"][data-theme="dark"]:not(.docs-wrapper):not(

html[data-has-hydrated="true"]:not(.docs-wrapper):not(.search-page-wrapper)
#__docusaurus {
background: image-set(
url("/img/theme/astronaut.webp") 1x,
url("/img/theme/astronaut@2x.webp") 2x
)
right -20px top 40px no-repeat,
image-set(
url("/img/theme/glow-light.webp") 1x,
url("/img/theme/glow-light@2x.webp") 2x
)
right -180px top -150px no-repeat,
background: url("/img/theme/astronaut@2x.webp") right -20px top 40px no-repeat,
url("/img/theme/glow-light@2x.webp") right -180px top -150px no-repeat,
var(--ifm-background-color);
background-size: 40vw, 60vw, auto;
background-blend-mode: normal, difference, normal;
Expand All @@ -35,16 +27,8 @@ html[data-has-hydrated="true"][data-theme="dark"]:not(.docs-wrapper):not(
.search-page-wrapper
)
#__docusaurus {
background: image-set(
url("/img/theme/astronaut.webp") 1x,
url("/img/theme/astronaut@2x.webp") 2x
)
right -20px top 40px no-repeat,
image-set(
url("/img/theme/glow-dark.webp") 1x,
url("/img/theme/glow-dark@2x.webp") 2x
)
right -180px top -150px no-repeat,
background: url("/img/theme/astronaut@2x.webp") right -20px top 40px no-repeat,
url("/img/theme/glow-dark@2x.webp") right -180px top -150px no-repeat,
var(--ifm-background-color);
background-size: 40vw, 60vw, auto;
background-blend-mode: normal, lighten, normal;
Expand Down