Skip to content

Commit

Permalink
updated bg images
Browse files Browse the repository at this point in the history
  • Loading branch information
radumojic committed Jul 19, 2024
1 parent 1266a97 commit 322d8f1
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -375,19 +375,20 @@ h2.anchor code {

/* -------------------- Start New ------------------- */
html[data-has-hydrated="true"]:not(.docs-wrapper) #__docusaurus {
background: url("/img/homepage-bg.png"), var(--ifm-background-color);
background-position: top right;
background-repeat: no-repeat;
background-size: contain;
background: url("/img/theme/astronaut.png") right -20px top 80px no-repeat,
url("/img/theme/ray-opaque.png") right -50px top no-repeat,
var(--ifm-background-color);
background-size: 45vw, 80vw, auto;
background-blend-mode: normal, difference, normal;
}

html[data-has-hydrated="true"][data-theme="dark"]:not(.docs-wrapper)
#__docusaurus {
background: url("/img/homepage-bg-dark.png"), var(--ifm-background-color);
background-position: top right;
background-repeat: no-repeat;
background-size: contain;
background-blend-mode: lighten;
background: url("/img/theme/astronaut.png") right -20px top 80px no-repeat,
url("/img/theme/ray.png") right -50px top no-repeat,
var(--ifm-background-color);
background-size: 45vw, 80vw, auto;
background-blend-mode: normal, lighten, normal;
}

.section-shadow {
Expand Down
Binary file removed static/img/homepage-bg-dark.png
Binary file not shown.
Binary file removed static/img/homepage-bg-sm.png
Binary file not shown.
Binary file removed static/img/homepage-bg.png
Binary file not shown.
Binary file added static/img/theme/astronaut.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/theme/ray-opaque.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/theme/ray.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 322d8f1

Please sign in to comment.