1
0
mirror of https://github.com/Unleash/unleash.git synced 2026-01-05 20:06:22 +01:00

chore: removes an unused after image (#11054)

This background image doesn't exist anymore (we use a different one
rendered in a different manner), so we can delete the code. Should
prevent devs in the future from being confused by this the same way I
was.
This commit is contained in:
Thomas Heartman 2025-12-01 15:39:28 +01:00 committed by GitHub
parent 60422443f2
commit 246c898da3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,22 +68,6 @@ html[data-theme="light"] {
--unleash-color-footer-icon: #657a80;
}
main:after {
background-image: url("/img/mountain-texture.png");
position: fixed;
display: block;
z-index: 0;
bottom: 0px;
right: 0px;
width: 350px;
aspect-ratio: 652 / 905;
background-size: cover;
pointer-events: none;
user-select: none;
background-repeat: no-repeat;
content: "";
}
html[data-theme="dark"] {
--ifm-color-primary-lightest: #d1d1ff;
--ifm-color-primary-lighter: #c9c9ff;