diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 7f299d2ec..43d9bb0a4 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -104,7 +104,7 @@ body { background-color: transparent !important; - background-image: url("https://raw.githubusercontent.com/gethomepage/homepage/main/docs/assets/blossom_valley.jpg"); + background-image: url("https://raw.githubusercontent.com/gethomepage/homepage/main/docs/assets/blossom_valley_blur.jpg"); background-size: cover; background-attachment: fixed; background-position: center; @@ -119,20 +119,6 @@ body[data-md-color-scheme="default"] { color: rgba(255, 255, 255, 1); } -.blur-overlay { - z-index: -1; - position: fixed; - width: 100%; - height: 100%; - background: hsl(0deg 0% 0% / 10%); - backdrop-filter: blur(128px); - -webkit-backdrop-filter: blur(128px); -} - -[data-md-color-scheme="default"] .blur-overlay { - background: hsla(0, 0%, 0%, 0); -} - .md-nav--lifted > .md-nav__list > .md-nav__item--active > .md-nav__link, .md-nav--secondary .md-nav__title { background: none;