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

Revert "chore: removes an unused after image (#11054)" (#11056)

This reverts commit 246c898da3.

Turns out this was in the docs and not in the product. No wonder I
couldn't see it.
This commit is contained in:
Thomas Heartman 2025-12-01 15:50:30 +01:00 committed by GitHub
parent 7c97962892
commit 00fc42f002
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,6 +68,22 @@ 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;