Skip to content

Commit

Permalink
updated bg glow
Browse files Browse the repository at this point in the history
  • Loading branch information
radumojic committed Jul 29, 2024
1 parent 460d31d commit 9ff582c
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions src/components/Homepage/homepage.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ html[data-has-hydrated="true"]:not(.docs-wrapper):not(.search-page-wrapper)
url("/img/theme/[email protected]") 2x
)
right -20px top 40px no-repeat,
url("/img/theme/ray-opaque.webp") right -50px top no-repeat,
image-set(
url("/img/theme/glow-light.webp") 1x,
url("/img/theme/[email protected]") 2x
)
right -180px top -150px no-repeat,
var(--ifm-background-color);
background-size: 680px, 1200px, auto;
background-blend-mode: normal, difference, normal;
Expand All @@ -36,7 +40,11 @@ html[data-has-hydrated="true"][data-theme="dark"]:not(.docs-wrapper):not(
url("/img/theme/[email protected]") 2x
)
right -20px top 40px no-repeat,
url("/img/theme/ray.webp") right -50px top no-repeat,
image-set(
url("/img/theme/glow-dark.webp") 1x,
url("/img/theme/[email protected]") 2x
)
right -180px top -150px no-repeat,
var(--ifm-background-color);
background-size: 680px, 1200px, auto;
background-blend-mode: normal, lighten, normal;
Expand All @@ -61,7 +69,7 @@ html[data-has-hydrated="true"][data-theme="dark"]:not(.docs-wrapper):not(
.search-page-wrapper
)
#__docusaurus {
background-position: right -20px top 120px, right -100px top 100px;
background-position: right -20px top 120px, right -150px top 20px;
background-size: 70vw, 120vw, auto;
}
}
Expand Down
Binary file added static/img/theme/glow-dark.webp
Binary file not shown.
Binary file added static/img/theme/[email protected]
Binary file not shown.
Binary file added static/img/theme/glow-light.webp
Binary file not shown.
Binary file added static/img/theme/[email protected]
Binary file not shown.
Binary file removed static/img/theme/ray-opaque.webp
Binary file not shown.
Binary file removed static/img/theme/ray.webp
Binary file not shown.

0 comments on commit 9ff582c

Please sign in to comment.